Issue #1513 has been updated by Nigel Kersten. Status changed from Needs more information to Closed Assignee set to Nigel Kersten
As per the below thread, we're more aggressively closing tickets whose state is unsure, particularly old tickets with little to no inactivity in a long time. You are free to reopen them. http://groups.google.com/group/puppet-users/browse_thread/thread/a040cb9bc5c5b647 ---------------------------------------- Bug #1513: Puppet sometimes tries to add existing users https://projects.puppetlabs.com/issues/1513 Author: Digant Kasundra Status: Closed Priority: Normal Assignee: Nigel Kersten Category: user Target version: Affected Puppet version: 0.24.4 Keywords: Branch: I'm not sure what I can provide that would be useful as even the debug run doesn't reveal anything as to why it would think the user didn't exist but it certainly shows it trying to readd the user: <pre> ^[[0;34mdebug: //Node[basenode]/user::virtual/User[digant]: Changing ensure^[[0m ^[[0;34mdebug: //Node[basenode]/user::virtual/User[digant]: 1 change(s)^[[0m ^[[0;34mdebug: User[digant](provider=useradd): Executing '/usr/sbin/useradd -s /bin/bash -u 63137 -g 0 -d /afs/ir/users/d/i/digant -c Digant C Kasundra -M digant'^[[0m ^[[0;33merr: //Node[basenode]/user::virtual/User[digant]/ensure: change from absent to present failed: Could not create user digant: Execution of '/usr/sbin/useradd -s /bin/bash -u 63137 -g 0 -d /afs/ir/users/d/i/digant -c Digant C Kasundra -M digant' returned 2304: useradd: user digant exists ^[[0m </pre> This doesnt occur on each run, only about once or twice a day, and it is a different user each time. This is puppet 0.24.4 on RHEL5. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
