and get the path right
authorStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 23:15:08 +0000 (00:15 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 17 Oct 2009 23:15:08 +0000 (00:15 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp

index 020b827..d70ffdc 100644 (file)
@@ -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"];
     }