From 1893960c1babb6a261cc6fc399231e9c0644a104 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 22:51:15 +0200 Subject: refactor everything into its own file --- manifests/init.pp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index b0c2ba1..e5a92af 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -15,15 +15,8 @@ # the port is a parameter so vservers can share # IP addresses and still be happy -# Define where the individual nodes' configs are stored -$NODESDIR="/var/lib/puppet/modules/munin/nodes" - modules_dir { [ "munin", "munin/nodes", "munin/plugins" ]: } -import "host.pp" -import "client.pp" -import "plugin.pp" - case $operatingsystem { debian,ubuntu: { include assert_lsbdistcodename } } -- cgit v1.2.3