From 4418ab8778c96a9b47a342a5add552746ea3eb49 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 26 Nov 2015 12:52:06 +0100 Subject: install usefule tools on all servers --- files/puppet/modules/custom/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files/puppet/modules') 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 } -- cgit v1.2.3