Skip to content

Commit

Permalink
Update aws-example-Vagrantfile.local
Browse files Browse the repository at this point in the history
  • Loading branch information
granders committed Jun 11, 2015
1 parent 884b20e commit 25a413d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/aws/aws-example-Vagrantfile.local
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ec3_instance_type = "m3.medium"
enable_dns = true
mode = "test"
num_workers = 1
num_workers =
ec2_keypair_name =
ec2_keypair_file =
ec2_security_groups = ['ducttape-insecure']
ec2_region = 'us-west-2'
ec2_ami = "ami-29ebb519"
ec2_security_groups = []
ec2_region =
ec2_ami = "ami-5189a661"

0 comments on commit 25a413d

Please sign in to comment.