403 Forbidden


Disable Functions:
Path : /usr/share/ruby/vendor_ruby/facter/
File Upload :
Command :
Current File : //usr/share/ruby/vendor_ruby/facter/path.rb

# Fact: path
#
# Purpose: Returns the `$PATH` variable.
#
# Resolution: Gets `$PATH` from the environment.
#
# Caveats:
#

Facter.add(:path) do
  setcode do
    ENV['PATH']
  end
end

404 Not Found
[ LogOut ]