From d1daffc1a350104e2f236e9095e922359a3f598c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 10 Dec 2011 21:13:18 +0100 Subject: [PATCH] fix path --- modules/munin-node/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 39f2dc614..72dbce1cb 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -73,19 +73,19 @@ class munin-node { notify => Exec["munin-node restart"]; "/etc/munin/plugins/df": - source => "puppet:///modules/munin/df-wrap", + source => "puppet:///modules/munin-node/df-wrap", mode => 555, require => Package["munin-node"], notify => Exec["munin-node restart"] ; "/etc/munin/plugins/df_abs": - source => "puppet:///modules/munin/df-wrap", + source => "puppet:///modules/munin-node/df-wrap", mode => 555, require => Package["munin-node"], notify => Exec["munin-node restart"] ; "/etc/munin/plugins/df_inode": - source => "puppet:///modules/munin/df-wrap", + source => "puppet:///modules/munin-node/df-wrap", mode => 555, require => Package["munin-node"], notify => Exec["munin-node restart"] -- 2.20.1