Closed maxadamo closed 6 months ago
The documentation states that include_legacy_facts defaults to true on puppet 8:
include_legacy_facts
true
https://www.puppet.com/docs/puppet/8/configuration.html#include-legacy-facts
This was true on puppet 7, but on puppet 8 the default is false.
This isn't the only error. https://github.com/puppetlabs/puppet/issues/9312 would hopefully fix this.
Migrated issue to PUPDOC-5623
Has been fixed and will be published with next OSP release.
The documentation states that
include_legacy_facts
defaults totrue
on puppet 8:https://www.puppet.com/docs/puppet/8/configuration.html#include-legacy-facts
This was true on puppet 7, but on puppet 8 the default is false.