On Mon, Aug 11, 2014 at 3:01 AM, Helen Paterson <[email protected]>
wrote:

> Hi,
>
> I would like puppet to add additional users to the "administrators" group,
> however it currently replaces the membership ( removing existing users).
>  How can i change this ?
>
>
> class win_local_admin {
>
> group { 'Administrators':
>   ensure               => present,
>   members              => ['Administrator',
>                            'domain\tc-service-account',
>                            'domain\Developers',
>                            'domain\puppet-sa-test',],
>   attribute_membership => minimum;
> }
>

It appears that PUP-2628[1] is what you are currently experiencing?  What
version of Puppet are you using on the windows agent(s) in question?

[1]: https://tickets.puppetlabs.com/browse/PUP-2628


>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/7beb168a-e194-4076-ab47-c941506148c1%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/7beb168a-e194-4076-ab47-c941506148c1%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rob Reynolds
Developer, Puppet Labs

*Join us at PuppetConf 2014 <http://www.puppetconf.com/>, September
20-24 in San Francisco*
*Register by September 8th to take advantage of the Final Countdown
<https://www.eventbrite.com/e/puppetconf-2014-tickets-7666774529?discount=FinalCountdown>
*
*--**save $149!*

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAMJiBK5SPdsn3Od9vr68POo5HQXYsZRo7bh-OLoT0d8-qPLjvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to