-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to mitchellh/vagrant-aws#538 they won't be downloaded automatically unless the minicoin.yml specifies an AMI, which then needs to be the correct AMI. So unfortunately the boxes are not quite as useful as they could be to get started.
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "tqtc/linux-aws", | ||
"description": "AWS linux box provisioned for use with minicoin", | ||
"versions": [ | ||
{ | ||
"version": "0.0.1", | ||
"status": "active", | ||
"providers": [ | ||
{ | ||
"name": "aws", | ||
"url": "file:///tmp/aws/linux-aws-0.0.1.box" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "tqtc/windows-aws", | ||
"description": "AWS Windows box provisioned for use with minicoin", | ||
"versions": [ | ||
{ | ||
"version": "0.0.1", | ||
"status": "active", | ||
"providers": [ | ||
{ | ||
"name": "aws", | ||
"url": "file:///tmp/aws/windows-aws-0.0.1.box" | ||
} | ||
] | ||
} | ||
] | ||
} |