facterdb
facterdb copied to clipboard
Regenerate Redhat 7 facts
#304 addressed the discrepancy in the IP addresses of redhat 8 (which is important for the unit test failures in puppet-openvpn). However, we missed the RedHat 7 facts which a) have the wrong IPv4 addresses for some reason (introduced in #257, which probably broke more than just openvpn) and b) we are missing all RedHat 7 facts except for version 4.2
Todo before merge: Re-add legacy facts as puppet 7 isnt EOL yet
@yakatz sorry to bother you again... do you happen to know how to include the legacy facts when regenerating with 'undle exec rake rhel_alts'?
The script just takes the centos values and does a find/replace for the target os. Since we actually generate rhel facts, it makes more sense to count the rhel facts as authoritative and replace the other way. I submitted a separate PR for that: https://github.com/voxpupuli/facterdb/pull/303 (Although it assumes rhel 7 support has ended)
The script also only looks at x86_64, not 386 facts
@zilchms Can you rebase this?
Sure, but I am not sure I finished what I set out to do.
discontinued because: https://github.com/voxpupuli/facterdb/pull/354#issuecomment-2132798486