Sha256: 3316fe960d28082e59616cb73f0ab6c812cb28225149286461a335316c1a7d4d

Contents?: true

Size: 179 Bytes

Versions: 75

Compression:

Stored size: 179 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

75 entries across 75 versions & 3 rubygems

Version Path
facter-2.1.0 lib/facter/path.rb
facter-2.1.0-x86-mingw32 lib/facter/path.rb
facter-2.1.0-x64-mingw32 lib/facter/path.rb
facter-2.1.0-universal-darwin lib/facter/path.rb
facter-1.7.6 lib/facter/path.rb
facter-2.0.2 lib/facter/path.rb
facter-2.0.2-x86-mingw32 lib/facter/path.rb
facter-2.0.2-universal-darwin lib/facter/path.rb
facter-2.0.1 lib/facter/path.rb
facter-2.0.1-x86-mingw32 lib/facter/path.rb
facter-2.0.1-universal-darwin lib/facter/path.rb
facter-2.0.1.rc4 lib/facter/path.rb
facter-2.0.1.rc4-x86-mingw32 lib/facter/path.rb
facter-2.0.1.rc4-universal-darwin lib/facter/path.rb
facter-2.0.1.rc3 lib/facter/path.rb
facter-2.0.1.rc3-x86-mingw32 lib/facter/path.rb
facter-2.0.1.rc3-universal-darwin lib/facter/path.rb
facter-2.0.1.rc2 lib/facter/path.rb
facter-2.0.1.rc2-x86-mingw32 lib/facter/path.rb
facter-2.0.1.rc2-universal-darwin lib/facter/path.rb