summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/plugin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index ced27b7..a23a567 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -72,6 +72,7 @@ class munin::plugins::base {
[ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]:
source => "puppet://$servername/common/empty",
ensure => directory, checksum => mtime,
+ ignore => '.ignore',
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => root,
notify => Service[munin-node];