From 9792e035af468e33ec4dd85be3d68f408a41b768 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 5 Jan 2015 15:37:19 -0500 Subject: add custom puppet manifests to add munin to the openvpn nodes so we can get data on traffic/vpn usage for reporting purposes --- files/puppet/modules/custom/init.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/puppet/modules/custom/init.pp (limited to 'files/puppet/modules/custom') diff --git a/files/puppet/modules/custom/init.pp b/files/puppet/modules/custom/init.pp new file mode 100644 index 0000000..74a688b --- /dev/null +++ b/files/puppet/modules/custom/init.pp @@ -0,0 +1,14 @@ +# Customization init class +class custom { + include site_config::setup + include site_config::default + + $services = hiera('services', []) + + include custom_munin_node + include custom_shorewall::munin_node + + if member ( $services, 'openvpn') { + include custom_munin_node::openvpn + } +} -- cgit v1.2.3