]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update CHANGELOG, README and Modulefile for v2.1.1
authorJeff McCune <jeff@puppetlabs.com>
Thu, 18 Aug 2011 17:52:54 +0000 (10:52 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Thu, 18 Aug 2011 19:06:44 +0000 (12:06 -0700)
CHANGELOG
Modulefile
README.markdown

index da1a4391f1c54475fdd824bca8caefcfd4d6646c..1cbf8af0d24fdb982bbd1b113bbe6c3c540b321f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2011-08-18 Puppet Labs <support@puppetlabs.com> - 2.1.1
+* Change facts.d paths to match Facter 2.0 paths.
+* /etc/facter/facts.d
+* /etc/puppetlabs/facter/facts.d
+
 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
index 2ed85cc37fc99d93317747a71de70f8460b53cf4..33539293881c0d4920b8abd379f06a29ef1b36a9 100644 (file)
@@ -1,5 +1,5 @@
 name    'puppetlabs-stdlib'
-version '2.1.0'
+version '2.1.1'
 source 'git://github.com/puppetlabs/puppetlabs-stdlib'
 author 'puppetlabs'
 license 'Apache 2.0'
index 1e682ca41d35c6ca8d11e318a8cec8733380b163..4f0665179b5aaf931c8d25f863217d3153b75bc8 100644 (file)
@@ -52,7 +52,7 @@ before the function is used.
 
 ## Facts ##
 
-Facts in `/etc/facts.d` and `/etc/puppetlabs/facts.d` are now loaded
+Facts in `/etc/facter/facts.d` and `/etc/puppetlabs/facter/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)