From c2cb5752c02b13ea312050401af80748f316e7ec Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 17 Mar 2019 17:01:39 +0100 Subject: [PATCH] Fix rsync setup on schmelzer --- modules/roles/manifests/historical_mirror.pp | 1 + modules/roles/manifests/security_mirror.pp | 1 + modules/roles/manifests/syncproxy.pp | 1 + 3 files changed, 3 insertions(+) diff --git a/modules/roles/manifests/historical_mirror.pp b/modules/roles/manifests/historical_mirror.pp index 86fbcb3bd..b6ae8668a 100644 --- a/modules/roles/manifests/historical_mirror.pp +++ b/modules/roles/manifests/historical_mirror.pp @@ -8,6 +8,7 @@ class roles::historical_mirror { $binds = $::hostname ? { gretchaninov => ['209.87.16.41' , '[2607:f8f0:614:1::1274:41]' ], klecker => ['130.89.148.13' , '[2001:67c:2564:a119::148:13]' ], + schmelzer => ['217.196.149.234', '[2a02:16a8:dc41:100::234]' ], mirror-conova => ['217.196.149.234', '[2a02:16a8:dc41:100::234]' ], sibelius => ['193.62.202.28' , '[2001:630:206:4000:1a1a:0:c13e:ca1c]'], default => ['[::]'], diff --git a/modules/roles/manifests/security_mirror.pp b/modules/roles/manifests/security_mirror.pp index c6a5766d2..c8478bbf7 100644 --- a/modules/roles/manifests/security_mirror.pp +++ b/modules/roles/manifests/security_mirror.pp @@ -6,6 +6,7 @@ class roles::security_mirror { mirror-conova => [ '217.196.149.233', '[2a02:16a8:dc41:100::233]' ], mirror-isc => [ '149.20.4.14', '[2001:4f8:1:c::14]' ], mirror-umn => [ '128.101.240.215', '[2607:ea00:101:3c0b::1deb:215]' ], + schmelzer => [ '217.196.149.233', '[2a02:16a8:dc41:100::233]' ], default => [ '[::]' ], } diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 1aa82bbab..0decff42d 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -11,6 +11,7 @@ class roles::syncproxy { 'mirror-umn' => [ '128.101.240.216', '[2607:ea00:101:3c0b::1deb:216]' ], 'klecker' => [ '130.89.148.10', '[2001:67c:2564:a119::148:10]' ], 'gretchaninov' => [ '209.87.16.40', '[2607:f8f0:614:1::1274:40]' ], + 'schmelzer' => [ '217.196.149.237', '[2a02:16a8:dc41:100::237]' ], default => [ '[::]' ], } $syncproxy_name = $::hostname ? { -- 2.20.1