summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-28 17:26:22 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-28 17:26:22 -0700
commit6d24e6a0c44180df372484c5906810e70e41e818 (patch)
tree7359e18d6c7b4f8eb2521dbc1a0e0d2556dc82ec /lib/chef/resource
parentef9649e543b6218053fc98208ce884cc81882ce1 (diff)
downloadchef-6d24e6a0c44180df372484c5906810e70e41e818.tar.gz
Remove support for nexentacore which has been dead since 2012
https://en.wikipedia.org/wiki/Nexenta_OS "In late 2011, the Nexenta OS brand was terminated and replaced with Illumian, which is derived from community development for illumos and OpenIndiana, but was distinguished by its use of Debian packaging. Illumian version 1.0 was released in February 2012. Following the initial release of Illumian in 2012, the Illumian project was discontinued.[3]" and "Final release 3.1.3.5 (October 31, 2012; 7 years ago)" We never really support this and it's been dead dead dead for a long time. Just nuke it along with the helpers. There's no way anyone used these. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/solaris_package.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/solaris_package.rb b/lib/chef/resource/solaris_package.rb
index c6f5d17ce9..9c5d3e330b 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: "nexentacore"
provides :package, os: "solaris2", platform_family: "solaris2", platform_version: "<= 5.10"
description "Use the **solaris_package** resource to manage packages on the Solaris platform."