diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-12-13 15:21:36 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-12-13 15:21:36 -0200 |
commit | d03af1e62e055a7620ebe0e8e344c1e4c22f3159 (patch) | |
tree | b0a4086da3b695aa24157f1c19cfc3d76a71266c /manifests/subsystems/websites.pp | |
parent | 20eee9098ec043ee7f173959abf0c23902900ac0 (diff) | |
download | puppet-nodo-d03af1e62e055a7620ebe0e8e344c1e4c22f3159.tar.gz puppet-nodo-d03af1e62e055a7620ebe0e8e344c1e4c22f3159.tar.bz2 |
Using rails config just at websites::hosting
Diffstat (limited to 'manifests/subsystems/websites.pp')
-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 bdd0c78..034b2b7 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -120,6 +120,7 @@ class websites::hosting inherits websites::setup { include moin include ikiwiki include pmwiki + include apache::rails } class websites::hosting::admin inherits websites::setup { |