Sha256: ac50545a3a05be1135e34f4b32a65f4ff85d76b520cbd1552ffa44914da36722

Contents?: true

Size: 354 Bytes

Versions: 58

Compression:

Stored size: 354 Bytes

Contents

require "mixlib/shellout"

class Chef
  class ShellOut < Mixlib::ShellOut

    def initialize(*args)
      Chef::Log.warn("Chef::ShellOut is deprecated, please use Mixlib::ShellOut")
      called_from = caller[0..3].inject("Called from:\n") { |msg, trace_line| msg << "  #{trace_line}\n" }
      Chef::Log.warn(called_from)
      super
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
chef-12.22.5 lib/chef/shell_out.rb
chef-12.22.5-universal-mingw32 lib/chef/shell_out.rb
chef-12.22.3 lib/chef/shell_out.rb
chef-12.22.3-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.31 lib/chef/shell_out.rb
chef-12.21.31-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.26 lib/chef/shell_out.rb
chef-12.21.26-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.20-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.20 lib/chef/shell_out.rb
chef-12.21.14-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.14 lib/chef/shell_out.rb
chef-12.21.12-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.12 lib/chef/shell_out.rb
chef-12.21.10 lib/chef/shell_out.rb
chef-12.21.10-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.4 lib/chef/shell_out.rb
chef-12.21.4-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.1-universal-mingw32 lib/chef/shell_out.rb
chef-12.21.1 lib/chef/shell_out.rb