summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 16:00:00 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-04-15 16:00:00 +0200
commit6dde40efc2202cc372fc4b0c096288d373c190c7 (patch)
treee5db56fb7b79c37a67af7599dca5c8e848254106 /manifests/plugin.pp
parent4b26758687f544e4c9305b8fb1910c20e6084409 (diff)
do not 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..bb02e46 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,