summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorpietro <pietro@riseup.net>2009-11-27 18:43:54 -0800
committerpietro <pietro@riseup.net>2009-11-27 18:43:54 -0800
commit54af63deb16a02bfc8611e444bb3a64e12757f47 (patch)
tree2064cbaf07dbd78dc509425f4a47ee55bbabbca8 /manifests/plugin.pp
parentab1f4cc93c5143e05fd588289ca044e132049bac (diff)
update source path
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 c9bb6e5..817111d 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -70,7 +70,7 @@ class munin::plugins::base {
file {
[ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]:
- source => "puppet://$server/modules/common/empty",
+ source => "puppet://$server/common/empty",
ensure => directory, checksum => mtime,
ignore => '.ignore',
recurse => true, purge => true, force => true,