summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-26 12:52:06 +0100
committervarac <varacanero@zeromail.org>2015-11-26 12:52:06 +0100
commit4418ab8778c96a9b47a342a5add552746ea3eb49 (patch)
treecaae01e4f23f714777748075ce76a789f7932aee /files/puppet/modules/custom/manifests
parent9295586a8a4ab5d770feb11225009a7f8095fe0d (diff)
install usefule tools on all servers
Diffstat (limited to 'files/puppet/modules/custom/manifests')
-rw-r--r--files/puppet/modules/custom/manifests/init.pp3
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
}