summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-08 21:36:57 +0000
committermh <mh@immerda.ch>2008-07-08 21:36:57 +0000
commitb262e458a21377540d4cbfa3af402878a1bea457 (patch)
treeff1e224947716b7dde83f5213ba412a8e16daa1e
parentd1da2f1bc572a889534623910a86bbf3334ae615 (diff)
added ignore for empty
-rw-r--r--manifests/plugin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 2c64482..9111aec 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -137,6 +137,7 @@ class munin::plugins::base {
file {
[ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]:
source => "puppet://$server/common/empty",
+ ignore => '.ignore',
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,