From: Peter Palfrader Date: Mon, 13 Feb 2017 19:44:34 +0000 (+0100) Subject: give syncproxy3.wna a dedicated address X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=abc3e53d4880cf98fd5bf9c3a469bcc4430d6af2;p=mirror%2Fdsa-puppet.git give syncproxy3.wna a dedicated address --- diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index c8b49564c..5d12d297f 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -7,6 +7,7 @@ class roles::syncproxy { 'mirror-isc' => '149.20.4.16', 'mirror-umn' => '128.101.240.216', 'klecker' => '130.89.148.10', + 'gretchaninov' => '209.87.16.40', default => '' } $bind6 = $::hostname ? { @@ -15,6 +16,7 @@ class roles::syncproxy { 'mirror-isc' => '2001:4f8:1:c::16', 'mirror-umn' => '2607:ea00:101:3c0b::1deb:216', 'klecker' => '2001:610:1908:b000::148:10', + 'gretchaninov' => '2607:f8f0:614:1::1274:40', default => '' } $syncproxy_name = $::hostname ? {