aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-08-12 11:10:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-08-12 11:10:52 -0300
commit0f4faeba8ae489399dd3d7122ba9b2bccec8f851 (patch)
tree9e67a671ee7f594151dd0872a98fc2c417f07ea6 /manifests
parent5ddd1feb53eaa7d4d806a7b3c98b3d23f057ee2c (diff)
downloadpuppet-nodo-0f4faeba8ae489399dd3d7122ba9b2bccec8f851.tar.gz
puppet-nodo-0f4faeba8ae489399dd3d7122ba9b2bccec8f851.tar.bz2
Manage clog at nodo::utils
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils.pp4
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,
}