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-29 15:19:33 -0700
commit8de5119ff8a435d0b22335f14cde213e649a7d65 (patch)
treec6ba6c6241cad4baf889a1f1c79a03506b3854ad
parentecd1a09f60cc7946021499ec1407c389cbcaa4be (diff)
downloadchef-properly_require.tar.gz
Require mixin::shellout where we use itproperly_require
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