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:
1d33fc7
)
it is not anymore necessary to add an empty source to purge directories
author
mh
<mh@immerda.ch>
Fri, 15 Jul 2011 15:40:31 +0000
(17:40 +0200)
committer
mh
<mh@immerda.ch>
Fri, 15 Jul 2011 15:40:31 +0000
(17:40 +0200)
manifests/plugins/setup.pp
patch
|
blob
|
history
diff --git
a/manifests/plugins/setup.pp
b/manifests/plugins/setup.pp
index
c2c5ed3
..
c88f9e0
100644
(file)
--- a/
manifests/plugins/setup.pp
+++ b/
manifests/plugins/setup.pp
@@
-1,8
+1,7
@@
class munin::plugins::setup {
file {
[ '/etc/munin/plugins', '/etc/munin/plugin-conf.d' ]:
- source => "puppet:///modules/common/empty",
- ignore => [ '.ignore', 'snmp_*' ],
+ ignore => 'snmp_*',
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0,