more onion serivces
authorPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 18:05:32 +0000 (18:05 +0000)
committerPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 18:05:32 +0000 (18:05 +0000)
modules/roles/manifests/onionbalance.pp
modules/roles/manifests/static_mirror.pp

index 6199246..9f7c923 100644 (file)
@@ -34,5 +34,10 @@ class roles::onionbalance {
        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': }
 }
index e4b7ba0..9be78c4 100644 (file)
@@ -151,6 +151,11 @@ class roles::static_mirror {
                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 }
        }
 }