summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-01-27 15:06:34 -0800
committerSalim Alam <salam@chef.io>2016-01-27 15:06:34 -0800
commitf0a0b3cdd1674dbf138e71fd1fb64939bad057df (patch)
treeae3273a0b495c8f8ddbac5a4e77277574f8d5923
parenta6ea6612b7c7432f83d1f900169f28dd4802f413 (diff)
parent17f368a2648192b34de754ff426d4209f4a5db92 (diff)
downloadchef-f0a0b3cdd1674dbf138e71fd1fb64939bad057df.tar.gz
Merge pull request #4480 from chef/salam/aws-fix
Don't use public IP for AWS
-rw-r--r--acceptance/cookbook-git/.kitchen.ec2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/cookbook-git/.kitchen.ec2.yml b/acceptance/cookbook-git/.kitchen.ec2.yml
index 514d71a786..e140d9ea8a 100644
--- a/acceptance/cookbook-git/.kitchen.ec2.yml
+++ b/acceptance/cookbook-git/.kitchen.ec2.yml
@@ -18,7 +18,7 @@ driver:
subnet_id: subnet-19ac017c
security_group_ids: ["sg-e401eb83", "sg-96274af3"]
instance_type: m3.large
- associate_public_ip: true
+# associate_public_ip: true # Don't enable public IP, as subnet specified is behind VPN
transport:
ssh_key: <%= file_if_exists("~/.ssh/#{ENV['AWS_SSH_KEY_ID'] || ENV['USER'] || ENV['USERNAME']}.pem") ||