Merge branch 'master' of git+ssh://git2.debian.org/dsa/dsa-puppet
[mirror/dsa-puppet.git] / modules / debian_org / lib / facter / paths.rb
index ccc4588..49b57d6 100644 (file)
@@ -3,9 +3,15 @@
    /srv/buildd
    /etc/ssh/ssh_host_ed25519_key
    /srv/mirrors/debian
+   /srv/mirrors/debian-buildd
    /srv/mirrors/debian-debug
    /srv/mirrors/debian-ports
    /srv/mirrors/debian-security
+   /srv/mirrors/public-debian
+   /srv/mirrors/public-debian-buildd
+   /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