X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fdebug_mirror.pp;h=abe9fd1318d5ef544a60457023438d8bbf59e8a4;hb=4ca2318f824159566042e9ad02045d8f5f5d2baa;hp=94c73a57700f5e2a1e9f5d51152277cad6eceb0c;hpb=0f978b5d766ecb41aaabd0042c090138da96c04a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/debug_mirror.pp b/modules/roles/manifests/debug_mirror.pp index 94c73a577..abe9fd131 100644 --- a/modules/roles/manifests/debug_mirror.pp +++ b/modules/roles/manifests/debug_mirror.pp @@ -1,12 +1,12 @@ class roles::debug_mirror { $vhost_listen = $::hostname ? { klecker => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80', - mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80', + mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80', default => '*:80', } $onion_v4_addr = $::hostname ? { klecker => '130.89.148.14', - mirror-isc => '149.20.20.22', + mirror-isc => '149.20.4.15', default => undef, }