Skip to content

Instantly share code, notes, and snippets.

<tar_extract[http://mirrors.peers.community/mirrors/gnu/tar/tar-latest.tar.gz] @name: "http://mirrors.peers.community/mirrors/gnu/tar/tar-latest.tar.gz" @before: nil @params: {} @provider: nil @allowed_actions: [:nothing, :extract, :extract_local] @action: [:extract] @updated: false @updated_by_last_action: false @source_line: "(irb#1):10:in `irb_binding'" @guard_interpreter: nil @default_guard_interpreter: :default @elapsed_time: 0.039815171 @declared_type: :tar_extract @cookbook_name: nil @recipe_name: nil @target_dir: "/opt" @creates: "/opt/tar-1.29" @source: "http://mirrors.peers.community/mirrors/gnu/tar/tar-latest.tar.gz">
From: /usr/local/lib/ruby/gems/2.3.0/gems/chef-13.3.42/lib/chef/mixin/shell_out.rb @ line 132 Chef::Mixin::ShellOut#shell_out_with_systems_locale!:
130: def shell_out_with_systems_locale!(*command_args)
131: binding.pry
=> 132: cmd = shell_out_with_systems_locale(*command_args)
133: cmd.error!
134: cmd
135: end