Stuart, In the type reference, the members property states that it requires the 'manages members' feature (http://docs.puppetlabs.com/references/latest/type.html#group-provider-features), which is available in the aix, directory service, pw and windows_adsi providers, but not the ldap or groupadd providers. Which provider is being used for your group resource?
On Mon, Nov 18, 2013 at 11:15 AM, Stuart Cracraft <[email protected]> wrote: > Hi. > > Created: > > class mumble { > : > random stuff > : > } > > class mumble:grouper inherits mumble { > group { "somegroup": > name => 'somegroup', > members => 'user1,user2,user3', > ensure => present, > gid => 123, > } > } > > After a time, mumble:grouper ran, before I added > user2, and user3 and /etc/group shows: > > somegroup:x:500: > > but it doesn't show what it should show which is: > > somegroup:x:500:user1,user2,user3 > > I verified that user1/2/3 all exist in /etc/passwd. > > My question is, why isn't Puppet making the right memberships? > > Do I misunderstand member? > > Stuart > > > > > -- > 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/8585e0e1-5063-47c7-bb8b-5b086df1df1e%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- 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/CACD%3DwAf5W8fsY%2BSzGQA7GH0dgsnjGdiP7Pk1H%2BySTBO%2BJWHJqA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
