summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-10-30 09:56:12 -0700
committerGitHub <noreply@github.com>2018-10-30 09:56:12 -0700
commitd1f452b6d2daebd41ba72f329625f76c50b7d55b (patch)
treec6ba6c6241cad4baf889a1f1c79a03506b3854ad
parentecd1a09f60cc7946021499ec1407c389cbcaa4be (diff)
parent8de5119ff8a435d0b22335f14cde213e649a7d65 (diff)
downloadchef-d1f452b6d2daebd41ba72f329625f76c50b7d55b.tar.gz
Merge pull request #7810 from chef/properly_require
Require mixin::shellout where we use it
-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