Sha256: cfee9dfcbfd98696cc33a0f5869dd52c062e4f8e64d2ae9d48c96943ebb3241b

Contents?: true

Size: 183 Bytes

Versions: 99

Compression:

Stored size: 183 Bytes

Contents

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

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

Version data entries

99 entries across 99 versions & 2 rubygems

Version Path
facter-2.5.7 lib/facter/path.rb
facter-2.5.7-x86-mingw32 lib/facter/path.rb
facter-2.5.7-x64-mingw32 lib/facter/path.rb
facter-2.5.7-universal-darwin lib/facter/path.rb
facter-2.5.6-x86-mingw32 lib/facter/path.rb
facter-2.5.6-x64-mingw32 lib/facter/path.rb
facter-2.5.6-universal-darwin lib/facter/path.rb
facter-2.5.6 lib/facter/path.rb
facter-2.5.5-x86-mingw32 lib/facter/path.rb
facter-2.5.5-x64-mingw32 lib/facter/path.rb
facter-2.5.5-universal-darwin lib/facter/path.rb
facter-2.5.5 lib/facter/path.rb
facter-2.5.4-x86-mingw32 lib/facter/path.rb
facter-2.5.4-x64-mingw32 lib/facter/path.rb
facter-2.5.4-universal-darwin lib/facter/path.rb
facter-2.5.4 lib/facter/path.rb
bolt-0.24.0 vendored/facter/lib/facter/path.rb
bolt-0.23.0 vendored/facter/lib/facter/path.rb
bolt-0.22.0 vendored/facter/lib/facter/path.rb
bolt-0.21.8 vendored/facter/lib/facter/path.rb