summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cluster
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
parentb96c7630ffc98504d166e1f59ffa878bd9c9c447 (diff)
refactor everything into its own file
Diffstat (limited to 'manifests/puppetmaster/cluster')
-rw-r--r--manifests/puppetmaster/cluster/base.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/puppetmaster/cluster/base.pp b/manifests/puppetmaster/cluster/base.pp
new file mode 100644
index 0000000..759b0d2
--- /dev/null
+++ b/manifests/puppetmaster/cluster/base.pp
@@ -0,0 +1,8 @@
+class puppet::puppetmaster::cluster::base inherits puppet::puppetmaster::base {
+ include mongrel, nginx
+
+ File[puppet_config] {
+ require +> [ Package[mongrel], Package[nginx], File[nginx_config] ],
+ }
+}
+