From 5957d9f43ff1c0dfc9c15f187821c614051cd192 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 21 May 2008 16:41:32 +0200 Subject: fix "empty" directory usage --- manifests/plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/plugin.pp') diff --git a/manifests/plugin.pp b/manifests/plugin.pp index d143861..ced27b7 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://$servername/munin/empty", + source => "puppet://$servername/common/empty", ensure => directory, checksum => mtime, recurse => true, purge => true, force => true, mode => 0755, owner => root, group => root, -- cgit v1.2.3