diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-18 09:09:11 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-18 09:09:11 -0800 |
commit | ca084429991a141127c80e9d2a08cb1bb68585c4 (patch) | |
tree | db6b2f9c6548ca55a3c86cd10d3c0c374aed097b /spec/integration/knife/download_spec.rb | |
parent | ccf46bf3055b2a1c06499ec104f3d74c26643395 (diff) | |
download | chef-ca084429991a141127c80e9d2a08cb1bb68585c4.tar.gz |
Revert "another chefstyle catchup + pull master"
This reverts commit ccf46bf3055b2a1c06499ec104f3d74c26643395.
Diffstat (limited to 'spec/integration/knife/download_spec.rb')
-rw-r--r-- | spec/integration/knife/download_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/knife/download_spec.rb b/spec/integration/knife/download_spec.rb index 86f1d9f4a4..57229b915a 100644 --- a/spec/integration/knife/download_spec.rb +++ b/spec/integration/knife/download_spec.rb @@ -1186,7 +1186,7 @@ EOM policy_group "x", { "policies" => { "x" => { "revision_id" => "1.0.0" }, - "blah" => { "revision_id" => "1.0.0" }, + "blah" => { "revision_id" => "1.0.0" } } } role "x", {} @@ -1273,7 +1273,7 @@ EOM file "policy_groups/x.json", { "policies" => { "x" => { "revision_id" => "1.0.1" }, - "y" => { "revision_id" => "1.0.0" }, + "y" => { "revision_id" => "1.0.0" } } } file "roles/x.json", { "run_list" => [ "blah" ] } |