On Thu, Oct 25, 2012 at 4:34 PM, Ben McCann <[email protected]> wrote:
> Yes, I am realizing it: > Users::Virtual::Localuser <| gid == users |> > > If I go onto the host and delete the user (sudo userdel myuser) then > puppet will create a new user and that user will be a member of all the > groups I desire: > notice: > /Stage[main]/Users/Users::Virtual::Localuser[myuser]/User[myuser]/ensure: > created > notice: Finished catalog run in 0.43 second > > However, if I delete the user from the group (sudo gpasswd -d myuser > mygroup) and rerun then puppet does not re-add the group membership: > notice: Finished catalog run in 0.34 seconds > > This seems like a bug in puppet perhaps? > That does seem like a bug. Could you please file it at http://projects.puppetlabs.com/projects/puppet ? -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
