This is against 0.24.x btw, from: http://projects.reductivelabs.com/issues/show/1836
What's the status of 0.24.x patches given that we're not expecting another 0.24.x release? Should we continue to put them in? On Mon, Dec 22, 2008 at 12:27 PM, Nigel Kersten <[email protected]> wrote: > > > Signed-off-by: Nigel Kersten <[email protected]> > --- > lib/puppet/type/group.rb | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/lib/puppet/type/group.rb b/lib/puppet/type/group.rb > index e3507ad..080a428 100755 > --- a/lib/puppet/type/group.rb > +++ b/lib/puppet/type/group.rb > @@ -30,6 +30,10 @@ module Puppet > :group_removed > end > end > + > + autorequire(:user) do > + self[:members] > + end > > newproperty(:gid) do > desc "The group ID. Must be specified numerically. If not > -- > 1.5.3.1 > > > > > -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
