ssl::service { 'security-team.debian.org' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
ssl::service { 'www.ports.debian.org' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
# dn
+ #ssl::service { 'bootstrap.debian.net' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
ssl::service { 'debaday.debian.net' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
ssl::service { 'debdeltas.debian.net' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
ssl::service { 'micronews.debian.net' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
onion::service { 'security-team.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'www.ports.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
# dn
+ onion::service { 'bootstrap.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'debaday.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'debdeltas.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'micronews.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
blends.debian.org:
master: dillon.debian.org
source: dillon.debian.org:/srv/blends.debian.org/www
+ boostrap.debian.net:
+ master: dillon.debian.org
+ source: boott.debian.org:/srv/bootstrap.debian.net/htdocs
d-i.debian.org:
master: dillon.debian.org
source: dillon.debian.org:/srv/d-i.debian.org/www
vhost(lines, "incoming.ports.debian.org" , :ssl => true, :ssl_optional => true)
vhost(lines, "debdeltas.debian.net" , :ssl => true, :ssl_optional => true)
vhost(lines, "news.debian.net" , :ssl => true)
+#vhost(lines, "bootstrap.debian.net" , :ssl => true)
+vhost(lines, "bootstrap.debian.net" )
vhost(lines, "debaday.debian.net" , :ssl => true)
vhost(lines, "timeline.debian.net" , :ssl => true)
vhost(lines, "network-test.debian.org" , :extra => true)