onion::balance_service { 'miniconf10.debconf.org': }
# non-SSL
+ onion::balance_service { 'debdeltas.debian.net': }
+ onion::balance_service { 'incoming.debian.org': }
+ onion::balance_service { 'incoming.ports.debian.org': }
+ onion::balance_service { 'metadata.ftp-master.debian.org': }
+ onion::balance_service { 'mozilla.debian.net': }
onion::balance_service { 'planet.debian.org': }
}
onion::service { 'miniconf10.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
# non-SSL
+ onion::service { 'debdeltas.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
+ onion::service { 'incoming.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
+ onion::service { 'incoming.ports.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
+ onion::service { 'metadata.ftp-master.debian.org': ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
+ onion::service { 'mozilla.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
onion::service { 'planet.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
}
}