summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 12:25:47 +0200
committermh <mh@immerda.ch>2009-06-02 11:47:19 +0200
commit1069e03ef2af42e7fa025c5085f9ce78f62b75b3 (patch)
treee36d440dea7dd62477397fe2a942b3dd1ebaf11b
parent6465fd8dca9cf73c625109e1ea78fb53f2d56d50 (diff)
don't delete snmp plugins
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index c8d0bc3..adc1f3c 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -138,7 +138,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,