diff options
-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 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 |