ghoneycutt / puppet-module-facter

Puppet module to manage Facter
Other
2 stars 23 forks source link

No longer using $facts as this is reserved with trusted node data #26

Closed ghoneycutt closed 9 years ago

ghoneycutt commented 9 years ago

https://docs.puppetlabs.com/puppet/latest/reference/lang_facts_and_builtin_vars.html#the-factsfactname-hash

ghoneycutt commented 9 years ago

Released in v2.0.0

ghoneycutt commented 9 years ago

@kentjohansson @Phil-Friderici

Wanted to be sure you saw this breaking change. You'll need to change facter::facts: in Hiera to facter::facts_hash:

Phil-Friderici commented 9 years ago

@ghoneycutt Thanks a lot for the extra hint :)