mirror-conova: move syncproxy to default paths, move debian mirrors to public-* paths
authorPeter Palfrader <peter@palfrader.org>
Tue, 12 Sep 2017 11:55:42 +0000 (11:55 +0000)
committerPeter Palfrader <peter@palfrader.org>
Tue, 12 Sep 2017 11:55:42 +0000 (11:55 +0000)
hieradata/nodes/mirror-conova.debian.org.yaml
modules/debian_org/lib/facter/paths.rb

index d1afe2b..992f744 100644 (file)
@@ -1,2 +1,2 @@
-role_config__syncproxy:
-  mirror_basedir_prefix: '/srv/mirrors/syncproxy-'
+role_config__mirrors:
+  mirror_basedir_prefix: '/srv/mirrors/public-'
index ad4e984..b02f5ff 100644 (file)
@@ -6,10 +6,10 @@
    /srv/mirrors/debian-debug
    /srv/mirrors/debian-ports
    /srv/mirrors/debian-security
-   /srv/mirrors/syncproxy-debian
-   /srv/mirrors/syncproxy-debian-debug
-   /srv/mirrors/syncproxy-debian-ports
-   /srv/mirrors/syncproxy-debian-security
+   /srv/mirrors/public-debian
+   /srv/mirrors/public-debian-debug
+   /srv/mirrors/public-debian-ports
+   /srv/mirrors/public-debian-security
    /dev/hwrng
 }.each do |path|
        Facter.add("has" + path.gsub(/[\/-]/,'_')) do