voxpupuli / puppet-augeas

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

Allow customizing files owner and group #84

Closed smortex closed 3 years ago

smortex commented 3 years ago

Use this to properly manage group on FreeBSD: we do not have a "root" group, the group with gid==0 is named "wheel".

smortex commented 3 years ago

Hum, #71 was also about this…