From b2dda249b749f92ac561fe6c15d858b4a39439dc Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Dec 2015 20:18:14 +0100 Subject: [PATCH] Add more paths --- modules/debian-org/lib/facter/paths.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/debian-org/lib/facter/paths.rb b/modules/debian-org/lib/facter/paths.rb index 9e569fb82..2394aa6c4 100644 --- a/modules/debian-org/lib/facter/paths.rb +++ b/modules/debian-org/lib/facter/paths.rb @@ -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 -- 2.20.1