pkg-ruby-extras.alioth.d.o on static
[mirror/dsa-puppet.git] / modules / roles / manifests / historical_mirror.pp
index eb3230a..e3ed4ef 100644 (file)
@@ -2,6 +2,9 @@ class roles::historical_mirror {
        include roles::archvsync_base
        include apache2::expires
 
+       $mirror_basedir_prefix = hiera('role_config__mirrors.mirror_basedir_prefix')
+       $archive_root = "${mirror_basedir_prefix}debian-archive"
+
        $binds = $::hostname ? {
                gretchaninov  => ['209.87.16.41'   , '[2607:f8f0:614:1::1274:41]'          ],
                klecker       => ['130.89.148.13'  , '[2001:610:1908:b000::148:13]',
@@ -14,9 +17,6 @@ class roles::historical_mirror {
        $onion_v4_addr = $::hostname ? {
                default    => undef,
        }
-       $archive_root = $::hostname ? {
-               default    => '/srv/mirrors/debian-archive',
-       }
 
        apache2::site { '010-archive.debian.org':
                site   => 'archive.debian.org',