saz / puppet-locales

Manage locales with puppet
Other
24 stars 55 forks source link

Add support for Rocky Linux #60

Closed iay closed 3 years ago

iay commented 3 years ago

See https://rockylinux.org.

This is a RHEL 8 rebuild, same as (currently) CentOS, AlmaLinux, etc.

# facter os.name
Rocky

This seems to be all that's needed to fix it:

    /(RedHat|CentOS|OracleLinux|Fedora|Amazon|CloudLinux|AlmaLinux|Rocky)/: {

I can do that as a patch or a PR if you prefer.