From 622fcf7cc4d58bddec10e894cc3daf8efb6fca91 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Jan 2016 12:51:31 +0100 Subject: [PATCH 1/1] have security rsync bind to specific address --- modules/roles/manifests/security_mirror.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/roles/manifests/security_mirror.pp b/modules/roles/manifests/security_mirror.pp index 581fe9363..8ecc15bd2 100644 --- a/modules/roles/manifests/security_mirror.pp +++ b/modules/roles/manifests/security_mirror.pp @@ -1,10 +1,12 @@ class roles::security_mirror { $rsync_bind = $::hostname ? { + mirror-anu => '150.203.164.39', # XXX this will change to 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-isc => '2001:4f8:8:36::1deb:19', mirror-umn => '2607:ea00:101:3c0b::1deb:215', default => '', -- 2.20.1