From: Julien Cristau Date: Fri, 1 Mar 2019 13:33:15 +0000 (+0100) Subject: Add schmelzer to a couple more things X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9f40474a37a6dec6418e4498f0b5ea3c7e25a8df;hp=c9dde97f36eb263d396eb24e2e39b95dc166ca9e;p=mirror%2Fdsa-puppet.git Add schmelzer to a couple more things --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 9a43b8232..f49384f73 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -301,6 +301,7 @@ roles: debug_mirror_onion: - mirror-accumu.debian.org - mirror-conova.debian.org + - schmelzer.debian.org ports_mirror: - klecker.debian.org - mirror-isc.debian.org diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index c092651df..1aa82bbab 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -17,6 +17,7 @@ class roles::syncproxy { 'milanollo' => 'syncproxy3.eu.debian.org', 'mirror-anu' => 'syncproxy.au.debian.org', 'mirror-conova' => 'syncproxy4.eu.debian.org', + 'schmelzer' => 'syncproxy4.eu.debian.org', 'mirror-isc' => 'syncproxy2.wna.debian.org', 'mirror-umn' => 'syncproxy.cna.debian.org', 'klecker' => 'syncproxy2.eu.debian.org',