On Fri, May 13, 2011 at 4:20 PM, Corey Osman <co...@logicminds.biz> wrote: > Hi, > Why doesn't puppet resource group tell me who belongs to the group? > Given the group such as: > mg_team:x:501:smruph, cosman, msmith, mhankey > With the command: > puppet resource group mg_team > only returns: > group { 'mg_team': > gid => '501', > ensure => 'present' > } > I was expecting: > group { 'mg_team': > gid => '501', > ensure => 'present' > members => ['smruph', 'cosman', 'msmith', 'mhankey'], > } > > Am I missing a parameter or something?
Manage member is limited to specific providers: http://docs.puppetlabs.com/references/latest/type.html#group-2 Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.