X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_mirror.pp;h=5a2f8dc3d6fec248fc6bee3db4f85e3fe89327ea;hb=bc0339c24b44a4e78e82ff588d7bb0e9f665487c;hp=575ac41a04fa324220820306c4930e2ebad893db;hpb=631a223e0a27f2a65f476007046005c233ebab35;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 575ac41a0..5a2f8dc3d 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -33,13 +33,13 @@ class roles::static_mirror { $vhost_listen = $::hostname ? { klecker => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80', - mirror-isc => '149.20.20.20:80 [2001:4f8:8:36::1deb:20]:80', + mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80', mirror-anu => '150.203.164.62:80 [2001:388:1034:2900::3e]:80', default => '*:80', } $vhost_listen_443 = $::hostname ? { klecker => '130.89.148.14:443 [2001:610:1908:b000::148:14]:443', - mirror-isc => '149.20.20.20:443 [2001:4f8:8:36::1deb:20]:443', + mirror-isc => '149.20.20.22:443 [2001:4f8:8:36::1deb:22]:443', mirror-anu => '150.203.164.62:443 [2001:388:1034:2900::3e]:443', default => '*:443', }