summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 12:29:09 +0200
committermh <mh@immerda.ch>2009-06-02 11:47:43 +0200
commit95ddca872bb45a1ae580c8e4fdc4435eecdfab05 (patch)
tree6753d0599708b0d7c2bbd9a7e04cf4dd8f80a5db
parent1069e03ef2af42e7fa025c5085f9ce78f62b75b3 (diff)
revert globbing problem
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index adc1f3c..c8d0bc3 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|snmp_*)',
+ ignore => '\.ignore',
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,