summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 16:00:00 +0200
committermh <mh@immerda.ch>2009-06-02 11:47:54 +0200
commit56cad3194b814d24184443c954f50507217a7d7d (patch)
treee6f5fec0ea1b7ec3e5d8adc8812bc5be3187f56b /manifests
parent95ddca872bb45a1ae580c8e4fdc4435eecdfab05 (diff)
do not delete snmp plugins
Diffstat (limited to 'manifests')
-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..6dfe5f0 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,