From 28628310d169c03f9778e22c8aee6bc926829579 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 01:13:57 +0100 Subject: change pending module file resources to new 0.25 style --- manifests/plugins/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3