aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-12 16:32:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-12 16:32:40 -0300
commit63c40edd62f89e0cd955f167bd87671285a2ed80 (patch)
treeedd56a10cee739b57cd1a622df07393119669c36 /manifests
parent311f21d210974cef53cb16972f9d37762dc352a9 (diff)
downloadpuppet-nodo-63c40edd62f89e0cd955f167bd87671285a2ed80.tar.gz
puppet-nodo-63c40edd62f89e0cd955f167bd87671285a2ed80.tar.bz2
Adding images site
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/websites.pp5
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 {