Description of problem: In /usr/lib/ruby/site_ruby/1.8/facter/libra.rb, Facter.add(:git_repos) do git_repos_count = Dir.glob("/var/lib/stickshift/*/git/*.git").count setcode { git_repos_count } end This facter will give incorrect git repo count when there are some Symbolic links. It should use Dir.glob("/var/lib/stickshift/**/git/*.git") This is a regression bug. Version-Release number of selected component (if applicable): devenv-stage_216 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** This bug has been marked as a duplicate of bug 830644 ***