From 173a6a5e4547bf0ba7dc2fa86ae13da845697474 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 4 Jan 2016 21:40:37 +0100 Subject: [PATCH] Add mirror-umn to syncproxy --- hieradata/common.yaml | 1 + modules/roles/manifests/syncproxy.pp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 9c413f6ba..6330684f9 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -138,6 +138,7 @@ roles: syncproxy: - milanollo.debian.org - mirror-isc.debian.org + - mirror-umn.debian.org tracker: - ticharich.debian.org udd: diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 4a359fad9..510e1e912 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -4,11 +4,13 @@ class roles::syncproxy { bind => $::hostname ? { 'milanollo' => '5.153.231.9', 'mirror-isc' => '149.20.20.21', + 'mirror-umn' => '128.101.240.216', default => '' }, bind6 => $::hostname ? { 'milanollo' => '2001:41c8:1000:21::21:9', 'mirror-isc' => '2001:4f8:8:36::1deb:21', + 'mirror-umn' => '2607:ea00:101:3c0b::1deb:216', default => '' }, } -- 2.20.1