ssl for debconf[01]
authorPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2016 17:45:26 +0000 (18:45 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2016 17:45:26 +0000 (18:45 +0100)
modules/roles/manifests/static_mirror.pp
modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb

index 04fc1a3..66c88dc 100644 (file)
@@ -90,4 +90,7 @@ class roles::static_mirror {
        ssl::service { 'd-i.debian.org':
                notify => Service['apache2'],
        }
+
+       ssl::service { 'debconf0.debconf.org': notify => Service['apache2'], key => true, }
+       ssl::service { 'debconf1.debconf.org': notify => Service['apache2'], key => true, }
 }
index 80f0a98..8a4ba7e 100644 (file)
@@ -35,8 +35,8 @@ vhost(lines, "dsa.debian.org"      , "ssl")
 vhost(lines, "rtc.debian.org"      , "ssl")
 
 vhost(lines, "10years.debconf.org")
-vhost(lines, "debconf0.debconf.org")
-vhost(lines, "debconf1.debconf.org")
+vhost(lines, "debconf0.debconf.org", "ssl")
+vhost(lines, "debconf1.debconf.org", "ssl")
 vhost(lines, "debconf2.debconf.org")
 vhost(lines, "debconf3.debconf.org")
 vhost(lines, "debconf4.debconf.org")
@@ -46,6 +46,7 @@ vhost(lines, "debconf7.debconf.org")
 vhost(lines, "es.debconf.org")
 vhost(lines, "fr.debconf.org")
 vhost(lines, "miniconf10.debconf.org")
+
 vhost(lines, "deb.debian.org")
 
 lines.join("\n")