From: Peter Palfrader Date: Tue, 12 Jan 2016 08:07:18 +0000 (+0100) Subject: enable -anu security addresses X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1d61cce606a3235927070cdf85c5330706e1a7f2;p=mirror%2Fdsa-puppet.git enable -anu security addresses --- diff --git a/modules/roles/manifests/security_mirror.pp b/modules/roles/manifests/security_mirror.pp index 8ecc15bd2..7ae7500e7 100644 --- a/modules/roles/manifests/security_mirror.pp +++ b/modules/roles/manifests/security_mirror.pp @@ -1,12 +1,12 @@ class roles::security_mirror { $rsync_bind = $::hostname ? { - mirror-anu => '150.203.164.39', # XXX this will change to 61 + mirror-anu => '150.203.164.61', mirror-isc => '149.20.20.19', mirror-umn => '128.101.240.215', default => '', } $rsync_bind6 = $::hostname ? { - mirror-anu => '2001:388:1034:2900::3d', # XXX this will change to 3d + mirror-anu => '2001:388:1034:2900::3d', mirror-isc => '2001:4f8:8:36::1deb:19', mirror-umn => '2607:ea00:101:3c0b::1deb:215', default => '',