summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-28 21:43:03 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-28 21:47:49 -0700
commita21bc01e4441770c0e6ea4442beff095e9adde70 (patch)
tree9d9187ad59e832940c3eba62aa51c0dea9b4f254
parentd0772d5365c2d1908c7ee6228aa6cef39deb8678 (diff)
downloadohai-Nexenta.tar.gz
Remove detection of EOL NexentaCoreNexenta
This was EOL'd October 31, 2012 Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/plugins/solaris2/platform.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ohai/plugins/solaris2/platform.rb b/lib/ohai/plugins/solaris2/platform.rb
index 9aaabb20..e8a02e2a 100644
--- a/lib/ohai/plugins/solaris2/platform.rb
+++ b/lib/ohai/plugins/solaris2/platform.rb
@@ -50,8 +50,6 @@ Ohai.plugin(:Platform) do
platform "solaris2"
when /^\s*(Solaris)\s.*$/
platform "solaris2"
- when /^\s*(NexentaCore)\s.*$/
- platform "nexentacore"
end
end
end