Update CHANGELOG, README and Modulefile for v2.1.1

This commit is contained in:
Jeff McCune 2011-08-18 10:52:54 -07:00
parent d7bdfe1dff
commit 44e92bb176
3 changed files with 7 additions and 2 deletions

View file

@ -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

View 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'

View 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)