From: Stephen Gran Date: Mon, 18 Jan 2010 20:27:00 +0000 (+0000) Subject: the right path helps X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4072eeb09866b841b5e3354af6eb776e6aa7328d;p=mirror%2Fdsa-puppet.git the right path helps Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/master.pp b/modules/munin-node/manifests/master.pp index c7eb80b50..cff2941dd 100644 --- a/modules/munin-node/manifests/master.pp +++ b/modules/munin-node/manifests/master.pp @@ -4,7 +4,7 @@ class munin-node::master inherits munin-node { file { "/etc/munin/munin.conf": - content => template("munin/munin.conf.erb"), + content => template("munin-node/munin.conf.erb"), require => Package["munin"]; } }