Fix rsync setup on schmelzer
authorJulien Cristau <jcristau@debian.org>
Sun, 17 Mar 2019 16:01:39 +0000 (17:01 +0100)
committerJulien Cristau <jcristau@debian.org>
Sun, 17 Mar 2019 16:01:39 +0000 (17:01 +0100)
modules/roles/manifests/historical_mirror.pp
modules/roles/manifests/security_mirror.pp
modules/roles/manifests/syncproxy.pp

index 86fbcb3..b6ae866 100644 (file)
@@ -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       => ['[::]'],
index c6a5766..c8478bb 100644 (file)
@@ -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         => [ '[::]' ],
        }
 
index 1aa82bb..0decff4 100644 (file)
@@ -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 ? {