summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-10-29 09:59:53 -0700
committerGitHub <noreply@github.com>2018-10-29 09:59:53 -0700
commit54d600a112be3f20717ea6e5b7c4219bea1378f5 (patch)
treeceaab15763923f4241a11b3dbd4c5a83980fbfb1
parentf343740fbd93812ed9b247b8a7752372ee0ae1fc (diff)
parent9719d9f6eee6c39c6b0f1c03e1ae9830eea06a38 (diff)
downloadchef-54d600a112be3f20717ea6e5b7c4219bea1378f5.tar.gz
Merge pull request #7798 from chef/require_shellout
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