projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9a763
)
escaping
author
mh
<mh@immerda.ch>
Sun, 1 Aug 2010 23:54:15 +0000
(
01:54
+0200)
committer
mh
<mh@immerda.ch>
Sun, 1 Aug 2010 23:54:15 +0000
(
01:54
+0200)
manifests/plugins/setup.pp
patch
|
blob
|
history
diff --git
a/manifests/plugins/setup.pp
b/manifests/plugins/setup.pp
index
f645f12
..
e0d445c
100644
(file)
--- a/
manifests/plugins/setup.pp
+++ b/
manifests/plugins/setup.pp
@@
-2,7
+2,7
@@
class munin::plugins::setup {
file {
[ '/etc/munin/plugins', '/etc/munin/plugin-conf.d' ]:
source => "puppet://$server/modules/common/empty",
- ignore => [ '
\
.ignore', 'snmp_*' ],
+ ignore => [ '.ignore', 'snmp_*' ],
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,