Version 3.0.0 on Puppet Forge doesn't work on Oracle Linux as the OS name is incorrect. Facter reports OracleLinux for the OS name, but the Hiera folder is data/os/Oracle. I see this fix has already been made on this repo, is there a timeline to fix this on Forge?
Also, the Forge module lists a number of rules which haven't been implemented, breaking the module. I've disabled them locally, but I wanted to make a note of them here:
- ensure_authselect_includes_withfaillock
- ensure_nftables_is_not_enabled
- ensure_password_hashing_algorithm_is_sha512
- ensure_permissions_on_etc_issuenet_are_configured
- ensure_sticky_bit_is_set_on_all_worldwritable_directories
- ensure_systemwide_crypto_policy_is_future_or_fips
- ensure_systemwide_crypto_policy_is_not_legacy
- ensure_systemwide_crypto_policy_is_not_overridden
Given that these rules aren't listed on the OL8 rules here, should we be using this repo as our source instead of Puppet Forge?
Version 3.0.0 on Puppet Forge doesn't work on Oracle Linux as the OS name is incorrect. Facter reports
OracleLinuxfor the OS name, but the Hiera folder isdata/os/Oracle. I see this fix has already been made on this repo, is there a timeline to fix this on Forge?Also, the Forge module lists a number of rules which haven't been implemented, breaking the module. I've disabled them locally, but I wanted to make a note of them here:
Given that these rules aren't listed on the OL8 rules here, should we be using this repo as our source instead of Puppet Forge?