From 69df2325d0ce4e6f40cac796839f7c953be75869 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Sep 2007 11:58:06 +0200 Subject: munin: re-add munin/nodes modules_dir and use $NODESDIR where appropriate --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 613a18f..966cdcb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,7 +7,7 @@ # Define where the individual nodes' configs are stored $NODESDIR="/var/lib/puppet/modules/munin/nodes" -modules_dir { [ "munin", "munin/plugins" ]: } +modules_dir { [ "munin", "munin/nodes", "munin/plugins" ]: } import "host.pp" import "client.pp" -- cgit v1.2.3