Actions
Feature #24744
closeduse non-legacy Puppet networking interface facts, when available
Description
PuppetFactParser currently uses legacy networking facts such as interfaces
, ipaddress_<interface>
, netmask_interface
, .....
Since Facter 3.0, they are superseded by the structured fact networking::interfaces
.
I am working on a PR that implements usage of the new structured networking fact when available.
Actions