Do not install the redirect vhosts on www-staging.d.o
[mirror/dsa-puppet.git] / modules / roles / manifests / www_master.pp
index 4093702..cce0338 100644 (file)
@@ -6,6 +6,7 @@ class roles::www_master {
 
        $vhost_listen = '*:80'
        $vhost_listen_443 = '*:443'
+       $redirect_vhosts = false
        $wwwdo_server_name = 'www-staging.debian.org'
        $wwwdo_document_root = '/srv/www.debian.org/www'
        apache2::site { '005-www-staging.debian.org':