]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
the right path helps
authorStephen Gran <steve@lobefin.net>
Mon, 18 Jan 2010 20:27:00 +0000 (20:27 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 18 Jan 2010 20:27:00 +0000 (20:27 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/master.pp

index c7eb80b504e1088dd111ecdb683b5c09a8ca7dae..cff2941ddee7953c7dbe59d88937c5955a3f1631 100644 (file)
@@ -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"];
     }
 }