diff options
author | varac <varacanero@zeromail.org> | 2016-02-09 16:09:23 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-09 16:09:23 +0100 |
commit | 38f7dc04c8c16e010c8da72482442ccd2b867f06 (patch) | |
tree | 522230303e0a5e76861d917d848b321d9707c5e0 /files/puppet | |
parent | 749e798e4ee665080c229c117bddf3da54e4653f (diff) |
install bash-completion on all nodes
Diffstat (limited to 'files/puppet')
-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 |