saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
107 stars 215 forks source link

Support new arch facts values #265

Closed qs5779 closed 3 years ago

qs5779 commented 3 years ago

The operatingsystem value changed for Archlinux operatingsystems between version 3.14.16 and 4.1.1. This pr will support either value.

$ facter --version 3.14.16 $ facter operatingsystem Archlinux

$ facter --version 4.1.1 manjaro $ facter operatingsystem Arch

manjaro $ facter --version 4.1.1 $ facter operatingsystem Manjaro

saz commented 3 years ago

I've committed the fix to master.