aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/www.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index 6e2f3550..03498084 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -21,10 +21,9 @@ class websites::www {
mode => '0660',
}
- $mailman_content = template('websites/vhost_www.conf',
- 'websites/vhost_proxy_mailman.conf')
apache::vhost::base { $vhost:
- content => $mailman_content,
+ content => template('websites/vhost_www.conf',
+ 'websites/vhost_proxy_mailman.conf'),
location => $vhostdir,
options => ['FollowSymLinks'],
}
@@ -32,7 +31,8 @@ class websites::www {
apache::vhost::base { "ssl_$vhost":
use_ssl => true,
vhost => $vhost,
- content => $mailman_content,
+ content => template('websites/vhost_www.conf',
+ 'websites/vhost_proxy_mailman_ssl.conf'),
location => $vhostdir,
options => ['FollowSymLinks'],
}