From 6eb8860441d6f51114cd381a37afe02e7aee4baf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 8 Jan 2016 21:29:17 +0100 Subject: [PATCH] Add klecker to the syncproxy role --- 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 6330684f9..a02ee3c2e 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -139,6 +139,7 @@ roles: - milanollo.debian.org - mirror-isc.debian.org - mirror-umn.debian.org + - klecker.debian.org tracker: - ticharich.debian.org udd: diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 510e1e912..4a1ba18b2 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -5,12 +5,14 @@ class roles::syncproxy { 'milanollo' => '5.153.231.9', 'mirror-isc' => '149.20.20.21', 'mirror-umn' => '128.101.240.216', + 'klecker' => '130.89.148.10', 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', + 'klecker' => '2001:610:1908:b000::148:10', default => '' }, } -- 2.20.1