From 38f7dc04c8c16e010c8da72482442ccd2b867f06 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 9 Feb 2016 16:09:23 +0100 Subject: install bash-completion on all nodes --- 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 8b5bf82..a0ac349 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']) + ensure_packages (['iotop', 'vim', 'tmux', 'bash-completion']) if member ( $services, 'openvpn') { include custom_munin_node::openvpn -- cgit v1.2.3