Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SearchSpring/aws_security
Browse files Browse the repository at this point in the history
  • Loading branch information
ghellings committed Dec 4, 2014
2 parents a32f2cf + 17cab7b commit 35f98f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/fixtures/cookbooks/fake/recipes/add_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
'aws_keys'
)

credentials = Chef::EncryptedDataBagItem.load(
node['aws_security']['encrypted_data_bag'],
'aws_keys'
)

aws_security_group 'test' do
description 'test security group'
region 'us-west-2'
Expand Down

0 comments on commit 35f98f4

Please sign in to comment.