Issue #4110 has been updated by Markus Roberts.

Status changed from Ready for Testing to Closed

Pushed in master as commit:4b00c6af911b447265fc3e7ab19bb076840bfef1

----------------------------------------
Bug #4110: useradd reports that a user has been created when it hasn't
http://projects.puppetlabs.com/issues/4110

Author: Dan Bode
Status: Closed
Priority: High
Assigned to: Jesse Wolfe
Category: user
Target version: 2.6
Affected version: 2.6alpha1
Keywords: 
Branch: http://github.com/jes5199/puppet/tree/bug/master/4110


even though puppet creates a user, it does not realize that it exists.

<pre>
user {'dan':
  ensure => present,
}
user { 'bob':
  ensure => present,
}
</pre>

<pre>
# puppet user.pp 
warning: /User[puppet]: 'check' attribute is deprecated; use 'audit' instead
notice: /Stage[main]//User[bob]/ensure: created
notice: /Stage[main]//User[dan]/ensure: created
[r...@puppet2 manifests]# puppet user.pp 
warning: /User[puppet]: 'check' attribute is deprecated; use 'audit' instead
notice: /Stage[main]//User[dan]/ensure: created
notice: /Stage[main]//User[bob]/ensure: created
</pre>


-- 
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.

Reply via email to