summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom_munin_node/manifests
diff options
context:
space:
mode:
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',