summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorDavid Schmitt <david@schmitt.edv-bus.at>2008-07-08 10:32:54 +0200
committerDavid Schmitt <david@schmitt.edv-bus.at>2008-07-08 10:32:54 +0200
commitdd2d06991bf19d16cbf28c339bc016063a693736 (patch)
treea367f2d6c0366bd481a5205cbc9d83d7ece41ed3 /manifests/plugin.pp
parent29ff93d875cdf271db569e5195e469eb1a45ab59 (diff)
Need to ignore the .ignore file too, of course
Diffstat (limited to 'manifests/plugin.pp')
-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];