Closed
Description
Describe the Bug
The two functions has_interface_with
and fqdn_rotate
do not work correctly when running the Puppet Agent with the --no-include_legacy_facts
option that seems to be the default in Puppet 8.
has_interface_with
useslookupvar(interfaces)
which is no longer availablefqdn_rotate
callslookupvar(::fqdn)
which is also no longer available
Expected Behavior
Both functions should work as before.
Environment
- Version 7.24.0 with option
--no_include_legacy_facts
- Platform Debian-11