Just local password file and group files mostly. But some ldap.

On Monday, November 18, 2013 11:34:50 AM UTC-8, Matthaus Litteken wrote:

> 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 
> <smcra...@gmail.com<javascript:>> 
> 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 puppet-users...@googlegroups.com <javascript:>. 
> > 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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c5535875-e7a5-47cf-8113-96b2ee6e1334%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to