add no IP for now, we don't have any peer yet
[mirror/dsa-puppet.git] / modules / roles / manifests / debian_mirror.pp
index 822e0ca..81afa72 100644 (file)
@@ -10,6 +10,9 @@ class roles::debian_mirror {
                mirror-isc => '149.20.4.15',
                default    => undef,
        }
+       $archive_root = $::hostname ? {
+               default    => '/srv/mirrors/debian',
+       }
 
        apache2::site { '010-ftp.debian.org':
                site   => 'ftp.debian.org',