Skip to content

Commit 44e92bb

Browse files
author
Jeff McCune
committed
Update CHANGELOG, README and Modulefile for v2.1.1
1 parent d7bdfe1 commit 44e92bb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-08-18 Puppet Labs <[email protected]> - 2.1.1
2+
* Change facts.d paths to match Facter 2.0 paths.
3+
* /etc/facter/facts.d
4+
* /etc/puppetlabs/facter/facts.d
5+
16
2011-08-17 Puppet Labs <[email protected]> - 2.1.0
27
* Add R.I. Pienaar's facts.d custom facter fact
38
* facts defined in /etc/facts.d and /etc/puppetlabs/facts.d are

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-stdlib'
2-
version '2.1.0'
2+
version '2.1.1'
33
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
44
author 'puppetlabs'
55
license 'Apache 2.0'

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before the function is used.
5252

5353
## Facts ##
5454

55-
Facts in `/etc/facts.d` and `/etc/puppetlabs/facts.d` are now loaded
55+
Facts in `/etc/facter/facts.d` and `/etc/puppetlabs/facter/facts.d` are now loaded
5656
automatically. This is a direct copy of R.I. Pienaar's custom facter fact
5757
located at:
5858
[https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d](https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d)

0 commit comments

Comments
 (0)