From 07878224095900e779d6e635574816f7f40ad23d Mon Sep 17 00:00:00 2001 From: Kapil Chouhan Date: Wed, 12 Dec 2018 11:25:30 +0000 Subject: Added support for setting the comment/description on a group in Windows. This is only for the Windows group. Signed-off-by: Kapil Chouhan --- lib/chef/resource/group.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/chef/resource') diff --git a/lib/chef/resource/group.rb b/lib/chef/resource/group.rb index 2f8406faf4..7aaecc1374 100644 --- a/lib/chef/resource/group.rb +++ b/lib/chef/resource/group.rb @@ -51,6 +51,10 @@ class Chef property :non_unique, [ TrueClass, FalseClass ], default: false, description: "Allow gid duplication. May only be used with the Groupadd provider." + property :comment, String, + introduced: "14.9", + description: "Specifies a comment to associate with the local group." + alias_method :users, :members end end -- cgit v1.2.1