summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 01:13:57 +0100
committermh <mh@immerda.ch>2009-11-02 01:13:57 +0100
commit28628310d169c03f9778e22c8aee6bc926829579 (patch)
tree3c7fecce5d0fd118bd912004d50827c7f84b7784 /manifests
parent36c07aa6cb615aad0cc5dd7d163221383d7ff9bb (diff)
change pending module file resources to new 0.25 style
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugins/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/base.pp b/manifests/plugins/base.pp
index 1bfed48..4658acc 100644
--- a/manifests/plugins/base.pp
+++ b/manifests/plugins/base.pp
@@ -1,7 +1,7 @@
class munin::plugins::base {
file {
[ '/etc/munin/plugins', '/etc/munin/plugin-conf.d' ]:
- source => "puppet://$server/common/empty",
+ source => "puppet://$server/modules/common/empty",
ignore => [ '\.ignore', 'snmp_*' ],
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,