diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-24 17:48:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-24 17:48:26 -0300 |
commit | 22be23a1aeed27a35d9efdd73f166620ddf8aed6 (patch) | |
tree | afcb687b9278e0fcd54b5cf442e027059bfc3379 | |
parent | a149b3de43741b98265d3a14139da08b58fd9092 (diff) | |
download | puppet-websites-22be23a1aeed27a35d9efdd73f166620ddf8aed6.tar.gz puppet-websites-22be23a1aeed27a35d9efdd73f166620ddf8aed6.tar.bz2 |
Split dev::setup into dev::php and dev::rails
-rw-r--r-- | manifests/dev/php.pp (renamed from manifests/dev/setup.pp) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/dev/setup.pp b/manifests/dev/php.pp index 12524e2..7cfd249 100644 --- a/manifests/dev/setup.pp +++ b/manifests/dev/php.pp @@ -1,7 +1,6 @@ -class websites::dev::setup inherits websites::setup { +class websites::dev::php inherits websites::setup { # Include the needed classes for website development include php - include apache::rails # Declare the needed classes for website development class { 'drupal': } |