projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2300f
)
Add more paths
author
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Dec 2015 19:18:14 +0000
(20:18 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Dec 2015 19:18:14 +0000
(20:18 +0100)
modules/debian-org/lib/facter/paths.rb
patch
|
blob
|
history
diff --git
a/modules/debian-org/lib/facter/paths.rb
b/modules/debian-org/lib/facter/paths.rb
index
9e569fb
..
2394aa6
100644
(file)
--- 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