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.
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6021 added
Updated by Herwig Bogaert about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1e48b11085d9c39c66260b6c0c85354da1aaaf89.
Actions