aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/websites.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-04 13:08:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-04 13:08:32 -0200
commitacc55e960f4613a1c403d9427b4981f517d44d15 (patch)
treeaabe709ec16bd0b7e47f2445babe48f754934025 /manifests/subsystems/websites.pp
parent0e28b997af94d6979851d4bdb1aa2c7e9cf2f917 (diff)
downloadpuppet-nodo-acc55e960f4613a1c403d9427b4981f517d44d15.tar.gz
puppet-nodo-acc55e960f4613a1c403d9427b4981f517d44d15.tar.bz2
Adding websites::dev
Diffstat (limited to 'manifests/subsystems/websites.pp')
-rw-r--r--manifests/subsystems/websites.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp
index 6a89ae7..0e28747 100644
--- a/manifests/subsystems/websites.pp
+++ b/manifests/subsystems/websites.pp
@@ -137,3 +137,9 @@ class websites::hosting::admin inherits websites::setup {
include trac
include gitweb
}
+
+class websites::dev inherits websites::setup {
+ # Include the needed classes for website development
+ include php
+ include drupal
+}