Merge branch 'master' of file:///srv/puppet.debian.org/git/dsa-puppet
authorPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 16:09:07 +0000 (16:09 +0000)
committerPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 16:09:07 +0000 (16:09 +0000)
* 'master' of file:///srv/puppet.debian.org/git/dsa-puppet:
  use busoni instead of mirror-anu for tor static

hieradata/common.yaml
modules/roles/manifests/static_mirror.pp

index bfa8a9c..75a759a 100644 (file)
@@ -135,8 +135,8 @@ roles:
     - senfter.debian.org
     - santoro.debian.org
   static_mirror_onion:
+    - busoni.debian.org
     - klecker.debian.org
-    - mirror-anu.debian.org
     - mirror-isc.debian.org
     - senfter.debian.org
   # when adding a new static mirror, allow it to sync etc, but do not push to it and wait for it.  For this, also add it to static_mirror_nopush.
index c859629..0fd3ab8 100644 (file)
@@ -32,9 +32,9 @@ class roles::static_mirror {
        }
 
        $onion_v4_addr = $::hostname ? {
+               busoni     => '140.211.15.34',
                klecker    => '130.89.148.14',
                mirror-isc => '149.20.20.22',
-               mirror-anu => '150.203.164.62',
                senfter    => '5.153.231.4',
                default    => undef,
        }