From 4072eeb09866b841b5e3354af6eb776e6aa7328d Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 18 Jan 2010 20:27:00 +0000 Subject: [PATCH] the right path helps Signed-off-by: Stephen Gran --- modules/munin-node/manifests/master.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; } } -- 2.20.1