summaryrefslogtreecommitdiff
path: root/lib/chef/provider
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-28 17:18:00 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-29 15:37:15 -0700
commit5b91ef53c72c36e020ecf2de18285e379940e262 (patch)
treeb062cb3e3c88044db4294352867a306c5b795169 /lib/chef/provider
parent2f5ab69bef1c6f0b5f0c5fa5f7d4567419e02df9 (diff)
downloadchef-5b91ef53c72c36e020ecf2de18285e379940e262.tar.gz
Remove the provides :package for solaris_package
This only worked on Solaris 5.10, which we don't support anymore. Just nuke the line entirely Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider')
-rw-r--r--lib/chef/provider/package/solaris.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/package/solaris.rb b/lib/chef/provider/package/solaris.rb
index 95a37a5ecc..7094428236 100644
--- a/lib/chef/provider/package/solaris.rb
+++ b/lib/chef/provider/package/solaris.rb
@@ -26,7 +26,6 @@ class Chef
include Chef::Mixin::GetSourceFromPackage
- provides :package, platform: "solaris2", platform_version: "< 5.11"
provides :solaris_package
# def initialize(*args)