From: Peter Palfrader Date: Fri, 29 Jul 2016 15:49:06 +0000 (+0000) Subject: fix ports X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e2cb6eacb57376c6f039f63149f8c2f631cb1cef;p=mirror%2Fdsa-puppet.git fix ports --- diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index eb2e125c3..c85962998 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -117,37 +117,37 @@ class roles::static_mirror { fail("Do not have an onion_v4_addr set for $::hostname.") } - onion::service { 'dsa.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'www.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'rtc.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'd-i.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } + onion::service { 'dsa.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'www.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'rtc.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'd-i.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } # do - onion::service { 'appstream.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'backports.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'bits.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'blends.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'lintian.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'release.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'security-team.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'www.ports.debian.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } + onion::service { 'appstream.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'backports.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + 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 { '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 } # dn - onion::service { 'news.debian.net' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debaday.debian.net' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'timeline.debian.net' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'wnpp-by-tags.debian.net' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } + onion::service { 'news.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 { 'timeline.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'wnpp-by-tags.debian.net' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } # dc - onion::service { 'debconf0.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf1.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf2.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf3.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf4.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf5.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf6.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'debconf7.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { '10years.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'es.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'fr.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } - onion::service { 'miniconf10.debconf.org' : ensure => "ifstatic", port => 80, target_port => 81, target_address => $onion_v4_addr } + onion::service { 'debconf0.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf1.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf2.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf3.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf4.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf5.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf6.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'debconf7.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { '10years.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'es.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'fr.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } + onion::service { 'miniconf10.debconf.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } } }