From: Silvio Rhatto Date: Mon, 24 Aug 2015 20:48:26 +0000 (-0300) Subject: Split dev::setup into dev::php and dev::rails X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=22be23a1aeed27a35d9efdd73f166620ddf8aed6;p=puppet-websites.git Split dev::setup into dev::php and dev::rails --- diff --git a/manifests/dev/setup.pp b/manifests/dev/php.pp similarity index 65% rename from manifests/dev/setup.pp rename to 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': }