summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-12-18 15:55:44 -0800
committerdanielsdeleo <dan@opscode.com>2013-12-19 09:45:43 -0800
commitc863cb68bf3a6939fb6489edbb32058e6466b25e (patch)
treed4c1c7e38815cde462f167bc04c77fd24ebc7cd6
parentc9664b3c7afd6af3445b51e7186706368d9aeb4d (diff)
downloadohai-c863cb68bf3a6939fb6489edbb32058e6466b25e.tar.gz
Remove Solaris2 DMI self-dependency
In any case, this wasn't going to work, but may leave this plugin non-functional on Solaris2. We need to work out how a platform-specific collect_data block can call the default one when needed to make this plugin work correctly again.
-rw-r--r--lib/ohai/plugins/solaris2/dmi.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/solaris2/dmi.rb b/lib/ohai/plugins/solaris2/dmi.rb
index 8308bc78..6925825e 100644
--- a/lib/ohai/plugins/solaris2/dmi.rb
+++ b/lib/ohai/plugins/solaris2/dmi.rb
@@ -17,7 +17,6 @@
#
Ohai.plugin(:DMI) do
- depends "dmi"
collect_data(:solaris2) do
# if we already have a "dmi" with keys (presumably from dmidecode), don't try smbios