From 63c40edd62f89e0cd955f167bd87671285a2ed80 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 12 Jul 2011 16:32:40 -0300 Subject: Adding images site --- manifests/subsystems/websites.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/subsystems') 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 { -- cgit v1.2.3