summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cluster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-02 13:48:31 +0200
committermh <mh@immerda.ch>2009-10-02 13:48:31 +0200
commit76fbba7c159866025b9fd99fe68ebf7512c31c2c (patch)
treef5658e09fb266cfe88c13d9ce3f2c190f56a6525 /manifests/puppetmaster/cluster.pp
parentb96c7630ffc98504d166e1f59ffa878bd9c9c447 (diff)
refactor everything into its own file
Diffstat (limited to 'manifests/puppetmaster/cluster.pp')
-rw-r--r--manifests/puppetmaster/cluster.pp8
1 files changed, 0 insertions, 8 deletions
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] ],
- }
-}