diff options
-rw-r--r-- | manifests/utils.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index c069a49..dbdf91e 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -4,12 +4,12 @@ class nodo::utils inherits nodo::utils::base { 'pv', 'vim-nox', 'needrestart', + clog, + #debian-goodies, # Lets bring the power of JSON into UNIX # See https://blog.fluxo.info/suckless/cli 'jo', 'jq', - #debian-goodies, - #clog, ]: ensure => present, } |