Skip to content

Commit

Permalink
Fix wrong node hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJo committed Jan 22, 2015
1 parent c0f416e commit b79cfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shipper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
let(:chef_run) do
node.automatic['memory']['total'] = '1024kB'
node.set[:opsworks][:instance][:layers] = ['shipper']
node.set['opsworks_logstash']['indexer']['template_variables'] = {}
node.set['opsworks_logstash']['shipper']['template_variables'] = {}
runner.converge described_recipe
end

Expand Down

0 comments on commit b79cfd9

Please sign in to comment.