diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-20 15:13:19 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-20 18:48:54 -0700 |
commit | 4482689c53b5482b90b90a4b3586ed0c5a44a0fc (patch) | |
tree | 734021d2aa789e54eef870b61f08d0a8a0c8289f /lib/chef.rb | |
parent | 422d5720de5401fac3e52f50d63507f11765e8fe (diff) | |
download | chef-4482689c53b5482b90b90a4b3586ed0c5a44a0fc.tar.gz |
Chef-13: remove Chef::ShellOut
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef.rb')
-rw-r--r-- | lib/chef.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef.rb b/lib/chef.rb index 3e161dc365..3d6b783253 100644 --- a/lib/chef.rb +++ b/lib/chef.rb @@ -1,6 +1,6 @@ # # Author:: Adam Jacob (<adam@chef.io>) -# Copyright:: Copyright 2008-2016, Chef Software Inc. +# Copyright:: Copyright 2008-2017, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -24,7 +24,6 @@ require "chef/log" require "chef/config" require "chef/providers" require "chef/resources" -require "chef/shell_out" require "chef/daemon" |