From: Julien Cristau Date: Tue, 3 Sep 2019 20:44:37 +0000 (+0200) Subject: Add syncproxy name for smit X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=ac925fde7fbfdf8327683ca21461abc5e5b71b05 Add syncproxy name for smit --- diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index efc71c1dd..9812efa78 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -11,6 +11,7 @@ class roles::syncproxy { '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]' ], + 'smit' => [ '130.89.148.78', '[2001:67c:2564:a119::78]' ], default => [ '[::]' ], } $syncproxy_name = $::hostname ? { @@ -20,6 +21,7 @@ class roles::syncproxy { 'mirror-isc' => 'syncproxy2.wna.debian.org', 'mirror-umn' => 'syncproxy.cna.debian.org', 'klecker' => 'syncproxy2.eu.debian.org', + 'smit' => 'syncproxy2.eu.debian.org', 'gretchaninov' => 'syncproxy3.wna.debian.org', default => 'unknown' }