puppet-accounts icon indicating copy to clipboard operation
puppet-accounts copied to clipboard

Simple hierachical management of Linux user accounts, groups and SSH keys

Results 19 puppet-accounts issues
Sort by recently updated
recently updated
newest added

Users are created as expected, however any groups added to the array are ignored. Appears to silently fail, with no errors logged. Example hiera: ``` accounts::users: john: comment: "John Doe"...

Closes #87 See issue for more details.....

Adding the forcelocal option so the OS doesn't try to update LDAP when making user or group changes. The resource collector was added to the init.pp manifest so when creating...

I am unable to use home_mode which can set custom rwx permissions to the home directory. It gives an error " unsupported variable"

needs info

If `managehome = true`, the module will unconditionally remove the user's home directory. Unfortunately, there is no validation that the removed path makes sense at all; the module will happily...

[membership](https://docs.puppet.com/puppet/4.9/types/user.html#user-attribute-membership) can be set on a user and it can specify either that the groups listed is a minimal set or that the groups listed in an inclusive set. There...

bug

> By default each user has a group with the same name. You can change this with manage_group parameter: If I set ``` manage_group = false ```, a group with...

bug

Support group management on Solaris, which doesn't have `gpasswd`.

enhancement
needs tests

Verify functionality and add SLES to supported systems.

enhancement
needs tests