summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-09 16:09:23 +0100
committervarac <varacanero@zeromail.org>2016-02-09 16:09:23 +0100
commit38f7dc04c8c16e010c8da72482442ccd2b867f06 (patch)
tree522230303e0a5e76861d917d848b321d9707c5e0 /files/puppet/modules/custom/manifests
parent749e798e4ee665080c229c117bddf3da54e4653f (diff)
install bash-completion on all nodes
Diffstat (limited to 'files/puppet/modules/custom/manifests')
-rw-r--r--files/puppet/modules/custom/manifests/init.pp2
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