[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
James Turnbull
james at lovedthanlost.net
Fri Jan 29 17:22:36 UTC 2010
The following commit has been merged in the upstream branch:
commit 6c9fec53138da877605f8f658ed0f5730ccd6743
Author: James Turnbull <james at lovedthanlost.net>
Date: Wed Jul 15 08:30:34 2009 +1000
Added path fact
diff --git a/lib/facter/path.rb b/lib/facter/path.rb
new file mode 100644
index 0000000..03907c0
--- /dev/null
+++ b/lib/facter/path.rb
@@ -0,0 +1,5 @@
+Facter.add(:path) do
+ setcode do
+ ENV['PATH']
+ end
+end
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list