summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Justice <jjustice6@bloomberg.net>2019-01-25 12:33:00 -0500
committerJoshua Justice <jjustice6@bloomberg.net>2019-01-25 13:04:27 -0500
commit3dcacafb63ec280cb3db7dafd37230624b09ae65 (patch)
treec00346b5298a3b76aa1b4fc353bfbf3cbaff9864
parent966c3251328f924e6bb2449416596b92ab085c4f (diff)
downloadchef-3dcacafb63ec280cb3db7dafd37230624b09ae65.tar.gz
Add comment to provides line
Signed-off-by: Joshua Justice <jjustice6@bloomberg.net>
-rw-r--r--lib/chef/provider/group/solaris.rb2
1 files changed, 2 insertions, 0 deletions
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