summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-27 13:17:14 -0700
committerTim Smith <tsmith@chef.io>2018-10-27 14:25:14 -0700
commit9719d9f6eee6c39c6b0f1c03e1ae9830eea06a38 (patch)
treeceaab15763923f4241a11b3dbd4c5a83980fbfb1
parentf343740fbd93812ed9b247b8a7752372ee0ae1fc (diff)
downloadchef-require_shellout.tar.gz
Require mixin::shellout where we use itrequire_shellout
We're not requiring it here even though we extend it below. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/platform/rebooter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/platform/rebooter.rb b/lib/chef/platform/rebooter.rb
index 430d175869..1551836bca 100644
--- a/lib/chef/platform/rebooter.rb
+++ b/lib/chef/platform/rebooter.rb
@@ -20,6 +20,7 @@ require "chef/dsl/reboot_pending"
require "chef/log"
require "chef/platform"
require "chef/application/exit_code"
+require "chef/mixin/shell_out"
class Chef
class Platform