No description
  • Ruby 95.7%
  • Puppet 4.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2012-04-26 18:40:18 -07:00
lib/puppet/provider/group Remove redundant file, rename gpasswd provider 2012-03-03 01:14:38 -08:00
LICENSE (maint) Fix typo in LICENSE file 2012-03-23 17:35:49 -07:00
Modulefile Revert "date as version" 2012-04-26 18:40:18 -07:00
README.md Add Modulefile, LICENSE, and README.md 2012-03-22 13:27:26 -07:00

Custom group providers for Puppet

Description

At Portland State University we had a need for managing local group membership on Ubuntu, FreeBSD and Solaris, but we don't manage local users. That is, we needed group providers with feature manages_members. The default group providers in puppet weren't set up for this so we wrote some custom stuff. This is it.