Add more paths
[mirror/dsa-puppet.git] / modules / debian-org / lib / facter / paths.rb
index 9e569fb..2394aa6 100644 (file)
@@ -2,6 +2,10 @@
 %w{/srv/build-trees
    /srv/buildd
    /etc/ssh/ssh_host_ed25519_key
+   /srv/mirrors/debian
+   /srv/mirrors/debian-backports
+   /srv/mirrors/debian-debug
+   /srv/mirrors/debian-security
 }.each do |path|
        Facter.add("has" + path.gsub('/','_')) do
                setcode do