if has_static_component('debconf5.debconf.org') { ssl::service { 'debconf5.debconf.org': notify => Service['apache2'], key => true, } }
if has_static_component('debconf6.debconf.org') { ssl::service { 'debconf6.debconf.org': notify => Service['apache2'], key => true, } }
if has_static_component('debconf7.debconf.org') { ssl::service { 'debconf7.debconf.org': notify => Service['apache2'], key => true, } }
+ if has_static_component('10years.debconf.org' ) { ssl::service { '10years.debconf.org' : notify => Service['apache2'], key => true, } }
+ if has_static_component('es.debconf.org' ) { ssl::service { 'es.debconf.org' : notify => Service['apache2'], key => true, } }
+ if has_static_component('fr.debconf.org' ) { ssl::service { 'fr.debconf.org' : notify => Service['apache2'], key => true, } }
+ if has_static_component('miniconf10.debconf.org') { ssl::service { 'miniconf10.debconf.org': notify => Service['apache2'], key => true, } }
}
vhost(lines, "dsa.debian.org" , "ssl")
vhost(lines, "rtc.debian.org" , "ssl")
-vhost(lines, "10years.debconf.org")
+vhost(lines, "10years.debconf.org" , "ssl")
vhost(lines, "debconf0.debconf.org", "ssl")
vhost(lines, "debconf1.debconf.org", "ssl")
vhost(lines, "debconf2.debconf.org", "ssl")
vhost(lines, "debconf5.debconf.org", "ssl")
vhost(lines, "debconf6.debconf.org", "ssl")
vhost(lines, "debconf7.debconf.org", "ssl")
-vhost(lines, "es.debconf.org")
-vhost(lines, "fr.debconf.org")
-vhost(lines, "miniconf10.debconf.org")
+vhost(lines, "es.debconf.org" , "ssl")
+vhost(lines, "fr.debconf.org" , "ssl")
+vhost(lines, "miniconf10.debconf.org" , "ssl")
vhost(lines, "deb.debian.org")