From: Stephen Gran Date: Sat, 17 Oct 2009 23:15:08 +0000 (+0100) Subject: and get the path right X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=59895548c1eb3504b073e5bc648faa6d3f96b6e6;p=mirror%2Fdsa-puppet.git and get the path right Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 020b82700..d70ffdc0f 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -60,7 +60,7 @@ class munin-node { notify => Exec["munin-node restart"]; "/etc/munin/plugin-conf.d/munin-node": - content => template("munin/munin-node.plugin.conf.erb"), + content => template("munin-node/munin-node.plugin.conf.erb"), require => Package["munin-node"], notify => Exec["munin-node restart"]; }