mirror-anu => '150.203.164.62:443 [2001:388:1034:2900::3e]:443',
default => '*:443',
}
+ $redirect_vhosts = true
apache2::config { 'local-static-vhost.conf':
ensure => absent,
$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':
<% end %>
+<%- if @redirect_vhosts -%>
# www other
###########
<VirtualHost <%= @vhost_listen %> >
Use common-debian-service-ssl debian.org
Use common-ssl-HSTS
</VirtualHost>
+<%- end -%>
# vim:set syn=apache: