Issue #19542 has been updated by Josh Cooper. Status changed from Closed to Re-opened Target version changed from 3.2.0 to 3.3.0
There are two problems with this change which cause the useradd provider to break #20726. The `-m` argument is specified after the login name, e.g. `/usr/sbin/usermod -d homedir username -m`. Second, on redhat systems, when `managehome` is false, the call to `check_manage_home` returns `-M`, which is only valid for `useradd`, but `usermod`. We are reverting this change for 3.2, and I'm retargeting this change for 3.3 ---------------------------------------- Bug #19542: useradd provider should support usermod's move-home option if managehome is enabled https://projects.puppetlabs.com/issues/19542#change-91083 * Author: Patrick Otto * Status: Re-opened * Priority: Normal * Assignee: * Category: user * Target version: 3.3.0 * Affected Puppet version: 3.1.0 * Keywords: useradd provider * Branch: https://github.com/puppetlabs/puppet/pull/1512 ---------------------------------------- The useradd provider does not support the -m option to move a users original home directory if managehome is enabled and a users home directory is being modified. -- 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.
