This message was deleted.
# puppet
s
This message was deleted.
p
legacy facts were removed as part of Puppet 8 ... you'll need to replace those with $facts['networking']['fqdn'] I believe. There are way to reenable legacy facts, but I'd suggest the refactor to structured facts.
t
Ah, how do I send puppet a note that the puppet site still says @fqdn will work in 8
p
shoot me the link and I'll forward to the correct folks to fix that
p
ty
I've notified our docs team for this one. Just for reference, you can see all the legacy facts here: https://github.com/puppetlabs/puppet-lint/blob/main/lib/puppet-lint/plugins/legacy_facts/legacy_facts.rb And the process to re-enable them is listed in the release notes here: https://www.puppet.com/docs/puppet/8/release_notes_puppet.html (you could also use the puppet_agent module to manage that setting across your estate).
t
Thank you