Skip to content

Commit 06b549b

Browse files
author
Jeff McCune
committed
Update CHANGELOG, Modulefile and README for 2.1.0
1 parent 82267be commit 06b549b

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-08-17 Puppet Labs <[email protected]> - 2.1.0
2+
* Add R.I. Pienaar's facts.d custom facter fact
3+
* facts defined in /etc/facts.d and /etc/puppetlabs/facts.d are
4+
automatically loaded now.
5+
16
2011-08-04 Puppet Labs <[email protected]> - 2.0.0
27
* Rename whole_line to file_line
38
* This is an API change and as such motivating a 2.0.0 release according to semver.org.

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.0.0'
2+
version '2.1.0'
33
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
44
author 'puppetlabs'
55
license 'Apache 2.0'

README.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,12 @@ before the function is used.
4949
$namespace = 'site::data'
5050
include "${namespace}"
5151
$myvar = getvar("${namespace}::myvar")
52+
53+
## Facts ##
54+
55+
Facts in `/etc/facts.d` and `/etc/puppetlabs/facts.d` are now loaded
56+
automatically. This is a direct copy of R.I. Pienaar's custom facter fact
57+
located at:
58+
[https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d](https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d)
59+
60+

0 commit comments

Comments
 (0)