diff options
author | varac <varacanero@zeromail.org> | 2016-02-24 10:48:41 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-24 10:48:41 +0100 |
commit | 7b7c992d403deacd9f16acc8db391c211133d99b (patch) | |
tree | dc57f2d763c9cf4e62f69017ea1c02b28fbf4f2f /files | |
parent | 1f68b40422593005b138efb69d10df649a9ac963 (diff) |
add ncdu to package list that is installed on every node
Diffstat (limited to 'files')
-rw-r--r-- | files/puppet/modules/custom/manifests/init.pp | 2 |
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 |