From 76fbba7c159866025b9fd99fe68ebf7512c31c2c Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 2 Oct 2009 13:48:31 +0200 Subject: refactor everything into its own file --- manifests/puppetmaster/cluster.pp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'manifests/puppetmaster/cluster.pp') diff --git a/manifests/puppetmaster/cluster.pp b/manifests/puppetmaster/cluster.pp index cfa3fc0..2242ba7 100644 --- a/manifests/puppetmaster/cluster.pp +++ b/manifests/puppetmaster/cluster.pp @@ -3,11 +3,3 @@ class puppet::puppetmaster::cluster inherits puppet::puppetmaster { include puppet::puppetmaster::cluster::base } - -class puppet::puppetmaster::cluster::base inherits puppet::puppetmaster::base { - include mongrel, nginx - - File[puppet_config] { - require +> [ Package[mongrel], Package[nginx], File[nginx_config] ], - } -} -- cgit v1.2.3