diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-12 16:32:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-12 16:32:40 -0300 |
commit | 63c40edd62f89e0cd955f167bd87671285a2ed80 (patch) | |
tree | edd56a10cee739b57cd1a622df07393119669c36 /manifests/subsystems | |
parent | 311f21d210974cef53cb16972f9d37762dc352a9 (diff) | |
download | puppet-nodo-63c40edd62f89e0cd955f167bd87671285a2ed80.tar.gz puppet-nodo-63c40edd62f89e0cd955f167bd87671285a2ed80.tar.bz2 |
Adding images site
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/websites.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index bc04734..9facbbf 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -132,6 +132,11 @@ class websites::hosting inherits websites::setup { include ikiwiki include pmwiki include apache::rails + + apache::site { "images": + docroot => "${apache_www_folder}/images", + mpm => false, + } } class websites::hosting::admin inherits websites::setup { |