From: Silvio Rhatto Date: Tue, 31 Jan 2012 19:40:31 +0000 (-0200) Subject: Including apache::rails at websites::dev::setup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6d66d27fabd514480f449f1923995b7b22d10647;p=puppet-nodo.git Including apache::rails at websites::dev::setup --- diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 2b10e8a..5854ba9 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -172,4 +172,5 @@ class websites::dev::setup inherits websites::setup { # Include the needed classes for website development include php include drupal + include apache::rails }