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;
}

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/7beb168a-e194-4076-ab47-c941506148c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to