DynamicUser and python don't mix, apply by hand instead
[mirror/dsa-puppet.git] / modules / roles / manifests / debug_mirror.pp
index 6ff82cb..828ee60 100644 (file)
@@ -1,9 +1,13 @@
 class roles::debug_mirror {
        include roles::archvsync_base
 
+       $mirror_basedir_prefix = hiera('role_config__mirrors.mirror_basedir_prefix')
+       $archive_root = "${mirror_basedir_prefix}debian-debug"
+
        $vhost_listen = $::hostname ? {
-               klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
+               klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80 [2001:67c:2564:a119::148:14]:80',
                mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80',
+               mirror-conova => '217.196.149.232:80 [2a02:16a8:dc41:100::232]:80',
                default => '*:80',
        }
        $onion_v4_addr = $::hostname ? {