# do
ssl::service { 'appstream.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
ssl::service { 'backports.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
- ssl::service { 'bits.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
+ ssl::service { 'onion.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
ssl::service { 'blends.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
ssl::service { 'lintian.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
+ ssl::service { 'bits.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
ssl::service { 'release.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
ssl::service { 'security-team.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
ssl::service { 'www.ports.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }
onion::service { 'bits.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'blends.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'lintian.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
+ onion::service { 'onion.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'release.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
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 }
metadata.ftp-master.debian.org:
master: franck.debian.org
source: franck.debian.org:/srv/ftp-master.debian.org/export
+ onion.debian.org:
+ master: dillon.debian.org
+ source: dillon.debian.org:/srv/onion-master.debian.org/htdocs
10years.debconf.org : { master: 'dillon.debian.org', source: 'dillon.debian.org:/srv/debconf-webpages/web/10years.debconf.org' }
debconf0.debconf.org : { master: 'dillon.debian.org', source: 'dillon.debian.org:/srv/debconf-webpages/web/debconf0.debconf.org' }
debconf1.debconf.org : { master: 'dillon.debian.org', source: 'dillon.debian.org:/srv/debconf-webpages/web/debconf1.debconf.org' }
vhost(lines, "appstream.debian.org", "ssl")
vhost(lines, "dsa.debian.org" , "ssl")
vhost(lines, "rtc.debian.org" , "ssl")
+vhost(lines, "onion.debian.org" , "ssl")
vhost(lines, "bits.debian.org", "ssl-with-extra")
vhost(lines, "metadata.ftp-master.debian.org", "with-extra")