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

deric-accounts: v2.0.0 deric-gpasswd: v0.3.2 I have on RHEL 7 & 8 systems the following error : ``` Notice: /Stage[main]/Accounts/Accounts::User[account1]/User[account1]/ensure: created (corrective) Error: Could not set members on group[staff]: Execution of...

We are using the accounts 1.5.3 version with RHEL 7/8 (puppet 6), and found out that when creating a user with a custom group, the initial initializing of the home...

Puppet 6 might break backwards compatibility, as some resources are not part of Puppet anymore. e.g. `sshkeys`.

We noticed that your Puppet module includes Puppet 3.x function and created this pull request to help you get started porting them to the new API. The Puppet function API...

Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Definition accounts::user is private Worked prior to V2

I've got a system (RHEL 7.6, Open Source puppet 5.5, Accounts branch 2.0 ) that is trying to add a non-existent user (yeh, I need to fix the hiera data...)...

This allows to specify ssh_keys in groups seperate from the users. This helps to avoid duplication if the same keys are used on different systems in different profiles.

Hi, First thanks for the awesome module that we use since we started using hiera. This issue appeared since we migrated from 1.5.2 to 1.5.3. Assuming following common.yaml extract: ```...

I'm using this module for various things including a SFTP setup, in the process of doing so we need the home directories to be created and owned by root, in...

I need set only ssh keys for the user 'mysql" but I get: ``` Error: Could not set home on user[mysql]: Execution of '/sbin/usermod -d /home/mysql mysql' returned 8: usermod:...