summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Justice <jjustice6@bloomberg.net>2019-01-24 16:55:43 -0500
committerJoshua Justice <jjustice6@bloomberg.net>2019-01-25 13:03:08 -0500
commit8e3f2889de2e1f88bdf4793eb21835bcd37f9667 (patch)
tree63dcc6c09e1851b21d2955594969f94e507d10e1
parentbf03ed1fb1aa70573676872d9088e2c6b7d7f229 (diff)
downloadchef-8e3f2889de2e1f88bdf4793eb21835bcd37f9667.tar.gz
Fix up headers and remove references to old versions of solaris
Signed-off-by: Joshua Justice <jjustice6@bloomberg.net>
-rw-r--r--lib/chef/provider/group/solaris.rb2
-rw-r--r--spec/unit/provider/group/solaris_spec.rb2
-rw-r--r--spec/unit/provider/group/usermod_spec.rb1
3 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/provider/group/solaris.rb b/lib/chef/provider/group/solaris.rb
index 025ae63160..5bbdb4cbe6 100644
--- a/lib/chef/provider/group/solaris.rb
+++ b/lib/chef/provider/group/solaris.rb
@@ -1,6 +1,6 @@
#
# Author:: Joshua Justice (<jjustice6@bloomberg.net>)
-# Copyright:: Copyright 2008-2019, Chef Software Inc.
+# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/spec/unit/provider/group/solaris_spec.rb b/spec/unit/provider/group/solaris_spec.rb
index 675f8cf12b..9df0156168 100644
--- a/spec/unit/provider/group/solaris_spec.rb
+++ b/spec/unit/provider/group/solaris_spec.rb
@@ -1,5 +1,5 @@
#
-# Author:: AJ Christensen (<aj@chef.io>)
+# Author:: Joshua Justice (<jjustice6@bloomberg.net>)
# Copyright:: Copyright 2008-2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
diff --git a/spec/unit/provider/group/usermod_spec.rb b/spec/unit/provider/group/usermod_spec.rb
index 3fca15ea8d..752c96c5d3 100644
--- a/spec/unit/provider/group/usermod_spec.rb
+++ b/spec/unit/provider/group/usermod_spec.rb
@@ -48,7 +48,6 @@ describe Chef::Provider::Group::Usermod do
platforms = {
"openbsd" => [ "-G" ],
"netbsd" => [ "-G" ],
- "solaris" => [ "-a", "-G" ],
"smartos" => [ "-G" ],
"omnios" => [ "-G" ],
}