From bc0339c24b44a4e78e82ff588d7bb0e9f665487c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 22 Mar 2016 08:11:48 +0100 Subject: [PATCH] renumber mirror-isc3 --- modules/roles/manifests/debug_mirror.pp | 2 +- modules/roles/manifests/static_mirror.pp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/roles/manifests/debug_mirror.pp b/modules/roles/manifests/debug_mirror.pp index 2643c3b38..da70581fc 100644 --- a/modules/roles/manifests/debug_mirror.pp +++ b/modules/roles/manifests/debug_mirror.pp @@ -1,7 +1,7 @@ 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.20:80 [2001:4f8:8:36::1deb:20]:80', + mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80', default => '*:80', } 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', } -- 2.20.1