Feature #24744
use non-legacy Puppet networking interface facts, when available
Pull request:
Fixed in Releases:
Found in Releases:
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.
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6021 added
#2
Updated by Lukas Zapletal about 1 year ago
- Fixed in Releases 1.20.0 added
#3
Updated by Herwig Bogaert about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1e48b11085d9c39c66260b6c0c85354da1aaaf89.
Fixes #24744,#24873 - facter 3.x initial support