summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-28 21:56:44 -0700
committerGitHub <noreply@github.com>2020-10-28 21:56:44 -0700
commitd5a27c49bfacfb6fcd1611059574132239b4d77b (patch)
tree9d9187ad59e832940c3eba62aa51c0dea9b4f254
parentd0772d5365c2d1908c7ee6228aa6cef39deb8678 (diff)
parenta21bc01e4441770c0e6ea4442beff095e9adde70 (diff)
downloadohai-d5a27c49bfacfb6fcd1611059574132239b4d77b.tar.gz
Merge pull request #1544 from chef/Nexenta
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