diff options
Diffstat (limited to 'manifests/subsystems/websites.pp')
| -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 { | 
