]> gitweb.fluxo.info Git - puppet-websites.git/commitdiff
Split dev::setup into dev::php and dev::rails
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Aug 2015 20:48:26 +0000 (17:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Aug 2015 20:48:26 +0000 (17:48 -0300)
manifests/dev/php.pp [moved from manifests/dev/setup.pp with 65% similarity]

similarity index 65%
rename from manifests/dev/setup.pp
rename to manifests/dev/php.pp
index 12524e25c84b3d11fb66bb01fab44dd981ebf7d7..7cfd249f8e2782215b9634e3da7dd43f024b4880 100644 (file)
@@ -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': }