tvd-vagrant 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.11
1
+ 0.0.12
@@ -11,7 +11,9 @@ Vagrant.configure("2") do |config|
11
11
  aws.secret_access_key = "<%= node[:vagrant][:secret_access_key] %>"
12
12
  aws.keypair_name = "<%= node[:vagrant][:keypair_name] %>"
13
13
 
14
+ <% if node[:vagrant][:ami] %>
14
15
  aws.ami = "<%= node[:vagrant][:ami] %>"
16
+ <% end %>
15
17
  aws.instance_type = "<%= node[:vagrant][:instance_type] %>"
16
18
 
17
19
  aws.ssh_username = "<%= node[:vagrant][:ssh_username] %>"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-15 00:00:00 -07:00
18
+ date: 2013-03-20 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency