diff options
| author | varac <varacanero@zeromail.org> | 2015-11-26 12:52:06 +0100 |
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2015-11-26 12:52:06 +0100 |
| commit | 4418ab8778c96a9b47a342a5add552746ea3eb49 (patch) | |
| tree | caae01e4f23f714777748075ce76a789f7932aee | |
| parent | 9295586a8a4ab5d770feb11225009a7f8095fe0d (diff) | |
install usefule tools on all servers
| -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 } |
