diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-31 17:40:31 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-31 17:40:31 -0200 |
commit | 6d66d27fabd514480f449f1923995b7b22d10647 (patch) | |
tree | ad848f4b292ccbacfbd0711f682f7e45e222d9b8 /manifests | |
parent | d8c569de801f2df94e72663dd3a891372ba0b76b (diff) | |
download | puppet-nodo-6d66d27fabd514480f449f1923995b7b22d10647.tar.gz puppet-nodo-6d66d27fabd514480f449f1923995b7b22d10647.tar.bz2 |
Including apache::rails at websites::dev::setup
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/websites.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |