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+
162011-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.
Original file line number Diff line number Diff line change 11name ' puppetlabs-stdlib'
2- version ' 2.0 .0'
2+ version ' 2.1 .0'
33source ' git://github.com/puppetlabs/puppetlabs-stdlib'
44author ' puppetlabs'
55license ' Apache 2.0'
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments