Set vhost_listen variables required by apache-www.debian.org template
[mirror/dsa-puppet.git] / modules / roles / manifests / www_master.pp
index bc37aa8..4093702 100644 (file)
@@ -4,6 +4,8 @@ class roles::www_master {
                key => true,
        }
 
+       $vhost_listen = '*:80'
+       $vhost_listen_443 = '*:443'
        $wwwdo_server_name = 'www-staging.debian.org'
        $wwwdo_document_root = '/srv/www.debian.org/www'
        apache2::site { '005-www-staging.debian.org':