X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_mirror.pp;h=3675285b0db8ac8608f4aa4f0c407ebfda572782;hb=442288773cb84d250a80d1848f3c17a122acd5f5;hp=9be78c4d50af60bd6a5ed06d708cbb030066b8a6;hpb=b3d1e16b4dabefa8e1c978f2cf2a697676cdf3cf;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 9be78c4d5..3675285b0 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -87,9 +87,10 @@ class roles::static_mirror { # 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, } @@ -128,6 +129,7 @@ class roles::static_mirror { 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 }