voxpupuli / puppet-augeas

Helper for using augeas with puppet
Apache License 2.0
44 stars 82 forks source link

Support Archlinux osfamily #74

Closed qs5779 closed 4 years ago

qs5779 commented 4 years ago

Added augeas package for archlinux

raphink commented 4 years ago

Do you want to also update metadata.json?

qs5779 commented 4 years ago

Yes, apparently I got distracted, a common occurrence for me. I did not specify a version for the Archlinux OS as it is really useless from a puppet standpoint. On a real system the operatingsystemrelease will start with the major.minor kernel version followed by a - digit which I do not know the meaning of then by the uppercase distro name of which I have seen two ARCH or MANJARO. From a spec test standpoint there is only a version "5" set of facts in FactorDB.

sample of two Archlinux systems running the same rolling release of Archlinux, but one with an earlier kernel.

$ facter operatingsystemrelease 5.3.12-1-MANJARO $ facter operatingsystemrelease 4.19.85-1-ARCH
qs5779 commented 4 years ago

And i did push the update.