]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update CHANGELOG, Modulefile and README for 2.1.0
authorJeff McCune <jeff@puppetlabs.com>
Wed, 17 Aug 2011 23:37:20 +0000 (16:37 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Wed, 17 Aug 2011 23:37:20 +0000 (16:37 -0700)
CHANGELOG
Modulefile
README.markdown

index 7ae069d7ed85ec7a3f6f815c52275dcce283742a..da1a4391f1c54475fdd824bca8caefcfd4d6646c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2011-08-17 Puppet Labs <support@puppetlabs.com> - 2.1.0
+* Add R.I. Pienaar's facts.d custom facter fact
+* facts defined in /etc/facts.d and /etc/puppetlabs/facts.d are
+  automatically loaded now.
+
 2011-08-04 Puppet Labs <support@puppetlabs.com> - 2.0.0
 * Rename whole_line to file_line
 * This is an API change and as such motivating a 2.0.0 release according to semver.org.
index dfdfe2eb5d299406516004a8ff8777ff41f7ebab..2ed85cc37fc99d93317747a71de70f8460b53cf4 100644 (file)
@@ -1,5 +1,5 @@
 name    'puppetlabs-stdlib'
-version '2.0.0'
+version '2.1.0'
 source 'git://github.com/puppetlabs/puppetlabs-stdlib'
 author 'puppetlabs'
 license 'Apache 2.0'
index 68186c263efcec2378fa10dbdf052e57351f0ed7..1e682ca41d35c6ca8d11e318a8cec8733380b163 100644 (file)
@@ -49,3 +49,12 @@ before the function is used.
     $namespace = 'site::data'
     include "${namespace}"
     $myvar = getvar("${namespace}::myvar")
+
+## Facts ##
+
+Facts in `/etc/facts.d` and `/etc/puppetlabs/facts.d` are now loaded
+automatically.  This is a direct copy of R.I. Pienaar's custom facter fact
+located at:
+[https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d](https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d)
+
+