diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-27 13:17:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-27 14:25:14 -0700 |
commit | 9719d9f6eee6c39c6b0f1c03e1ae9830eea06a38 (patch) | |
tree | ceaab15763923f4241a11b3dbd4c5a83980fbfb1 /lib/chef/platform | |
parent | f343740fbd93812ed9b247b8a7752372ee0ae1fc (diff) | |
download | chef-9719d9f6eee6c39c6b0f1c03e1ae9830eea06a38.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>
Diffstat (limited to 'lib/chef/platform')
-rw-r--r-- | lib/chef/platform/rebooter.rb | 1 |
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 |