Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nibalizer/gozeruser

Extremely limited scope Puppet providers
https://github.com/nibalizer/gozeruser

Last synced: about 1 month ago
JSON representation

Extremely limited scope Puppet providers

Awesome Lists containing this project

README

        

This is a provider for the user resource. It does not use the nss db so it cannot
be slowed down by an unperformant ldap.

Example use:

user { 'foo':
ensure => present,
provider => 'gozeruser',
}

TODO:

Add group provider