summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom_munin_node/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-01-05 16:10:14 -0500
committerMicah Anderson <micah@riseup.net>2015-01-05 16:10:14 -0500
commita5984dd49ac512f05c522279861ca5b87c5be4a4 (patch)
treec0c1755a35c41c41b9fddde331e1f915ee68c13a /files/puppet/modules/custom_munin_node/manifests
parent9792e035af468e33ec4dd85be3d68f408a41b768 (diff)
fix path to custom init.pp
add custom openvpn module to group graphs
Diffstat (limited to 'files/puppet/modules/custom_munin_node/manifests')
-rw-r--r--files/puppet/modules/custom_munin_node/manifests/openvpn.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/puppet/modules/custom_munin_node/manifests/openvpn.pp b/files/puppet/modules/custom_munin_node/manifests/openvpn.pp
index 84ce219..133fc87 100644
--- a/files/puppet/modules/custom_munin_node/manifests/openvpn.pp
+++ b/files/puppet/modules/custom_munin_node/manifests/openvpn.pp
@@ -12,6 +12,14 @@ class custom_munin_node::openvpn {
group => 0;
}
+ file {'/usr/share/munin/plugins/openvpn':
+ source => 'puppet:///modules/custom_munin_node/openvpn',
+ before => Package['munin-plugins-core'],
+ mode => '0755',
+ owner => root,
+ group => 0;
+ }
+
file {'/etc/munin/plugins/openvpn':
ensure => 'link',
target => '/usr/share/munin/plugins/openvpn',