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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---