summaryrefslogtreecommitdiffstats
path: root/lib/facter/path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/path.rb')
-rw-r--r--lib/facter/path.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/facter/path.rb b/lib/facter/path.rb
index 03907c0..71df6cd 100644
--- a/lib/facter/path.rb
+++ b/lib/facter/path.rb
@@ -1,3 +1,12 @@
+# Fact: path
+#
+# Purpose: Returns the $PATH variable.
+#
+# Resolution: Gets $PATH from the environment.
+#
+# Caveats:
+#
+
Facter.add(:path) do
setcode do
ENV['PATH']