Merge remote-tracking branch 'origin/master' into staging
[mirror/dsa-puppet.git] / modules / debian_org / lib / facter / paths.rb
index 49b57d6..c422bc4 100644 (file)
    /srv/mirrors/public-debian-ports
    /srv/mirrors/public-debian-security
    /dev/hwrng
+   /lib/udev/rules.d/60-kpartx.rules
+   /etc/ssh/ssh_known_hosts
 }.each do |path|
-       Facter.add("has" + path.gsub(/[\/-]/,'_')) do
+       Facter.add("has" + path.gsub(/[\/.-]/,'_')) do
                setcode do
                        if FileTest.exist?(path)
                                true