summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-11-08 23:49:48 +0100
committervarac <varacanero@zeromail.org>2012-11-08 23:49:48 +0100
commitf1f6803eb12065ec7bc248241d781669f8c94579 (patch)
treed8142f81800ff841eacc1c4f983591190402baa5 /puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
parent18141b30287738e9891d6be7ca589ffb219d4bca (diff)
= true
Diffstat (limited to 'puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp')
-rw-r--r--puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp b/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
index 87b21e62..92170780 100644
--- a/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
+++ b/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp
@@ -1,5 +1,6 @@
define site_couchdb::apache_ssl_proxy ($key, $cert) {
+ $apache_no_default_site = true
include apache::ssl
apache::module {
'rewrite': ensure => present;