summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-01-27 14:55:36 -0800
committerSalim Alam <salam@chef.io>2016-01-27 14:55:36 -0800
commit17f368a2648192b34de754ff426d4209f4a5db92 (patch)
treeeb3649a4017d89f1b5fcf4c53544729496fe0057
parentf3cefaf6b84bf0771f31418f497cc903d80a62db (diff)
downloadchef-17f368a2648192b34de754ff426d4209f4a5db92.tar.gz
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") ||