Created
November 16, 2015 19:14
-
-
Save chasebolt/81dda5eb95f8be5da323 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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