Issue #4110 has been updated by Jesse Wolfe. Priority changed from Normal to High
---------------------------------------- Bug #4110: useradd provider exists? call does not work http://projects.puppetlabs.com/issues/4110 Author: Dan Bode Status: Accepted Priority: High Assigned to: Jesse Wolfe Category: user Target version: 2.6 Affected version: 2.6alpha1 Keywords: Branch: 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.
