File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
6
2011-08-04 Puppet Labs <
[email protected] > - 2.0.0
2
7
* Rename whole_line to file_line
3
8
* This is an API change and as such motivating a 2.0.0 release according to semver.org.
Original file line number Diff line number Diff line change 1
1
name ' puppetlabs-stdlib'
2
- version ' 2.0 .0'
2
+ version ' 2.1 .0'
3
3
source ' git://github.com/puppetlabs/puppetlabs-stdlib'
4
4
author ' puppetlabs'
5
5
license ' Apache 2.0'
Original file line number Diff line number Diff line change @@ -49,3 +49,12 @@ before the function is used.
49
49
$namespace = 'site::data'
50
50
include "${namespace}"
51
51
$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
+
You can’t perform that action at this time.
0 commit comments