summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-24 10:48:41 +0100
committervarac <varacanero@zeromail.org>2016-02-24 10:48:41 +0100
commit7b7c992d403deacd9f16acc8db391c211133d99b (patch)
treedc57f2d763c9cf4e62f69017ea1c02b28fbf4f2f /files/puppet/modules/custom
parent1f68b40422593005b138efb69d10df649a9ac963 (diff)
add ncdu to package list that is installed on every node
Diffstat (limited to 'files/puppet/modules/custom')
-rw-r--r--files/puppet/modules/custom/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/puppet/modules/custom/manifests/init.pp b/files/puppet/modules/custom/manifests/init.pp
index a0ac349..983ca42 100644
--- a/files/puppet/modules/custom/manifests/init.pp
+++ b/files/puppet/modules/custom/manifests/init.pp
@@ -9,7 +9,7 @@ class custom {
include custom_shorewall::munin_node
# packages we want to install on every server
- ensure_packages (['iotop', 'vim', 'tmux', 'bash-completion'])
+ ensure_packages (['iotop', 'vim', 'tmux', 'bash-completion', 'ncdu'])
if member ( $services, 'openvpn') {
include custom_munin_node::openvpn