Hi, Not to clear on your situation but the following is available to you.
Manage your jbossd groups in LDAP. That will be easiest. Create a posix ldap group and add users as your members, remembering to keep your uids and gids standard. The other option is to duplicate the users in the manifest and manage their groups. That makes managing accounts a bit more difficult. I would as a general rule avoid duplication and trying have your user accounts and system accounts centrally managed where possible. Cheers, Den On 08/08/2011, at 7:14, Mohamed Lrhazi <[email protected]> wrote: > Hello, > > I wanted to manage a couple of groups membership, under RedHat, > without managing the users (as they are LDAP users) but found out it > is not supported.... Is there a workaround to this? > > I tried: > > group { "jbossd": > gid => 520, > members => ["user1","user2"], > } > > Thanks a lot. > Mohamed. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
