From 4f6eceb8ca88ce16c2966f4e617caedb0f11d047 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Sep 2007 22:04:33 +0200 Subject: fix duplicate definition of file[$NODESDIR] --- 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 966cdcb..613a18f 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/nodes", "munin/plugins" ]: } +modules_dir { [ "munin", "munin/plugins" ]: } import "host.pp" import "client.pp" -- cgit v1.2.3