summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-07-22 11:51:39 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-07-22 11:51:39 +0200
commitcdecebc6cb9720e50e3a5be91ce7c38814a330bc (patch)
tree3def5768f06f655f6e6a923c0292087575348166 /manifests/plugin.pp
parent02fa3009703f0817a4f2f84ba53aef617391ac1d (diff)
regexp tryout
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 2065c79..4940eaf 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',
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,