From 3dcacafb63ec280cb3db7dafd37230624b09ae65 Mon Sep 17 00:00:00 2001 From: Joshua Justice Date: Fri, 25 Jan 2019 12:33:00 -0500 Subject: Add comment to provides line Signed-off-by: Joshua Justice --- lib/chef/provider/group/solaris.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/chef/provider') diff --git a/lib/chef/provider/group/solaris.rb b/lib/chef/provider/group/solaris.rb index 40518ba056..f5df203b78 100644 --- a/lib/chef/provider/group/solaris.rb +++ b/lib/chef/provider/group/solaris.rb @@ -23,6 +23,8 @@ class Chef class Group class Solaris < Chef::Provider::Group::Groupadd + # this provides line is setup to only catch the solaris2 platform, but + # NOT other platforms in the Solaris platform_family. (See usermod provider.) provides :group, platform: "solaris2" def load_current_resource -- cgit v1.2.1