From 7b7c992d403deacd9f16acc8db391c211133d99b Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 24 Feb 2016 10:48:41 +0100 Subject: add ncdu to package list that is installed on every node --- files/puppet/modules/custom/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/puppet/modules/custom') 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 -- cgit v1.2.3