diff options
| author | varac <varacanero@zeromail.org> | 2012-11-08 23:49:48 +0100 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2012-11-08 23:49:48 +0100 | 
| commit | f1f6803eb12065ec7bc248241d781669f8c94579 (patch) | |
| tree | d8142f81800ff841eacc1c4f983591190402baa5 | |
| parent | 18141b30287738e9891d6be7ca589ffb219d4bca (diff) | |
 = true
| -rw-r--r-- | puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp | 1 | 
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; | 
