Issue #2645 has been updated by Charlie Sharpsteen. Keywords set to customer
---------------------------------------- Feature #2645: Support "-r" option to useradd (create a system user) https://projects.puppetlabs.com/issues/2645#change-88830 * Author: Robin Bowes * Status: Closed * Priority: Normal * Assignee: Nigel Kersten * Category: user * Target version: 2.6.7 * Affected Puppet version: 0.24.8 * Keywords: customer * Branch: https://github.com/jamtur01/puppet/tree/tickets/2.6.x/2645 ---------------------------------------- Red Hat have added a -r option to useradd: -r This flag is used to create a system account. That is, a user with a UID lower than the value of UID_MIN defined in /etc/login.defs and whose password does not expire. Note that useradd will not create a home directory for such an user, regardless of the default setting in /etc/login.defs. You have to specify -m option if you want a home directory for a system account to be created. This is an option added by Red Hat I'd like to have support for this in puppet. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
