summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-15 17:40:31 +0200
committermh <mh@immerda.ch>2011-07-15 17:40:31 +0200
commit5049ee5adee3642bf1ccae40ade1c79e6e301832 (patch)
tree81aef7d3ecec58f8f10edbd0162174c1607e541a /manifests
parent1d33fc714f1ab1c672aca6e6aecb2327332033ec (diff)
it is not anymore necessary to add an empty source to purge directories
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugins/setup.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/plugins/setup.pp b/manifests/plugins/setup.pp
index c2c5ed3..c88f9e0 100644
--- 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,