How do I tell Puppet to remove a user from a specific group? I need this capability in order to be able to back out the change below. The specified account may or may not be in other groups so I cannot use `membership => inclusive'.
Example: group { 'dbusers': gid => 881, ensure => present; } user { mule: groups => ['dbusers'], membership => minimum, require => Group['dbusers']; } -- Jos Backus jos at catnook.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---