summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin McNeese <cmcneese@chef.io>2021-02-19 09:55:49 -0600
committerCollin McNeese <cmcneese@chef.io>2021-02-19 09:55:49 -0600
commit5944158589d0640700934c93e63c946650b10f19 (patch)
tree9613122ac0228395d8a5a691220dfa6774f4c313
parent1d6e8bee679bd5e0db7f8bf84f1381ebf8ddfd7f (diff)
downloadohai-5944158589d0640700934c93e63c946650b10f19.tar.gz
Updates habitat plugin to not be run by default
Signed-off-by: Collin McNeese <cmcneese@chef.io>
-rw-r--r--lib/ohai/plugins/habitat.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/habitat.rb b/lib/ohai/plugins/habitat.rb
index 0916c61d..9dad5032 100644
--- a/lib/ohai/plugins/habitat.rb
+++ b/lib/ohai/plugins/habitat.rb
@@ -17,7 +17,6 @@
#
Ohai.plugin(:Habitat) do
provides "habitat"
- optional true
def habitat_binary
which("hab")