summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 12:25:47 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-04-15 12:25:47 +0200
commit3f62e41b08c30b5fd8b846c414646142f5345f3d (patch)
tree7349141f11fc29fb3f6348c3ba70a61dd0259097 /manifests/plugin.pp
parentac4b2be1fac6ec7893a166fec0a065fb943c8e5f (diff)
don't delete snmp plugins
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index ee2cbbe..9ede2bf 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -137,7 +137,7 @@ class munin::plugins::base {
file {
[ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]:
source => "puppet://$server/common/empty",
- ignore => '\.ignore',
+ ignore => '(\.ignore|snmp_*)',
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,