From 59895548c1eb3504b073e5bc648faa6d3f96b6e6 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 18 Oct 2009 00:15:08 +0100 Subject: [PATCH] and get the path right Signed-off-by: Stephen Gran --- modules/munin-node/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; } -- 2.20.1