summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 12:29:09 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-04-15 12:29:09 +0200
commit4b26758687f544e4c9305b8fb1910c20e6084409 (patch)
tree225a9b98c9b041ac571abe31bf5a4590dcf939f6 /manifests
parent3f62e41b08c30b5fd8b846c414646142f5345f3d (diff)
revert globbing problem
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 9ede2bf..ee2cbbe 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|snmp_*)',
+ ignore => '\.ignore',
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,