diff options
Diffstat (limited to 'files/puppet/modules')
-rw-r--r-- | files/puppet/modules/custom/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/puppet/modules/custom/manifests/init.pp b/files/puppet/modules/custom/manifests/init.pp index b7468e0..b5f3f2a 100644 --- a/files/puppet/modules/custom/manifests/init.pp +++ b/files/puppet/modules/custom/manifests/init.pp @@ -8,6 +8,9 @@ class custom { include custom_munin_node include custom_shorewall::munin_node + # packages we want to install on every server + ensure_packages (['iotop', 'vim', 'tmux']) + if member ( $services, 'openvpn') { include custom_munin_node::openvpn } |