summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-29 15:45:41 -0700
committerGitHub <noreply@github.com>2020-10-29 15:45:41 -0700
commitf6076fd7ff52bd549f8d8a9ce344c75b7ece708a (patch)
tree40afd1ee9384c00fe7d31a29715cff2b6353fd3f
parent8dfe132e556c49a59fc1175c677ddb1939b56542 (diff)
parent5b91ef53c72c36e020ecf2de18285e379940e262 (diff)
downloadchef-f6076fd7ff52bd549f8d8a9ce344c75b7ece708a.tar.gz
Merge pull request #10572 from chef/solaris_package
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/provider/package/solaris.rb1
-rw-r--r--lib/chef/resource/solaris_package.rb1
2 files changed, 0 insertions, 2 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)
diff --git a/lib/chef/resource/solaris_package.rb b/lib/chef/resource/solaris_package.rb
index 9c5d3e330b..381c62a45b 100644
--- a/lib/chef/resource/solaris_package.rb
+++ b/lib/chef/resource/solaris_package.rb
@@ -25,7 +25,6 @@ class Chef
unified_mode true
provides :solaris_package
- provides :package, os: "solaris2", platform_family: "solaris2", platform_version: "<= 5.10"
description "Use the **solaris_package** resource to manage packages on the Solaris platform."