/
usr
/
share
/
ruby
/
vendor_ruby
/
facter
/
Upload File
HOME
# Fact: path # # Purpose: Returns the `$PATH` variable. # # Resolution: Gets `$PATH` from the environment. # # Caveats: # Facter.add(:path) do setcode do ENV['PATH'] end end