Skip to content

Instantly share code, notes, and snippets.

@chasebolt
Created November 16, 2015 19:14
Show Gist options
  • Save chasebolt/81dda5eb95f8be5da323 to your computer and use it in GitHub Desktop.
Save chasebolt/81dda5eb95f8be5da323 to your computer and use it in GitHub Desktop.
chef 12.4.3:
{
:name=>"/hammer",
:noop=>nil,
:before=>nil,
:params=>{},
:provider=>nil,
:allowed_actions=>[:nothing,
:create],
:action=>[:create],
:updated=>false,
:updated_by_last_action=>false,
:supports=>{},
:ignore_failure=>false,
:retries=>0,
:retry_delay=>2,
:source_line=>"/tmp/kitchen/cache/cookbooks/buggy_template/recipes/default.rb:10:in `from_file'",
:guard_interpreter=>nil,
:default_guard_interpreter=>:default,
:elapsed_time=>0,
:sensitive=>false,
:declared_type=>:buggy_template,
:cookbook_name=>"buggy_template",
:recipe_name=>"default",
:string=>"spork",
:number=>404
}
chef 12.5.1:
{
:name=>"/hammer",
:noop=>nil,
:before=>nil,
:params=>{},
:provider=>nil,
:allowed_actions=>[:nothing,
:create],
:action=>[:create],
:updated=>false,
:updated_by_last_action=>false,
:supports=>{},
:ignore_failure=>false,
:retries=>0,
:retry_delay=>2,
:source_line=>"/tmp/kitchen/cache/cookbooks/buggy_template/recipes/default.rb:10:in `from_file'",
:guard_interpreter=>nil,
:default_guard_interpreter=>:default,
:elapsed_time=>0,
:sensitive=>false,
:declared_type=>:buggy_template,
:cookbook_name=>"buggy_template",
:recipe_name=>"default",
:string=>"spork"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment