tvd-vagrant 0.0.13 → 0.0.14

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.13
1
+ 0.0.14
@@ -6,11 +6,12 @@ Vagrant.configure("2") do |config|
6
6
  config.vm.provision :shell, :path => "<%= node[:vagrant][:provision][:shell][:path] %>"
7
7
  <% end %>
8
8
 
9
+ config.ssh.username = "<%= node[:vagrant][:ssh_username] %>"
10
+ config.ssh.private_key_path = "<%= node[:vagrant][:ssh_private_key_path] %>"
11
+
9
12
  config.vm.provider :aws do |aws|
10
13
  aws.keypair_name = "<%= node[:vagrant][:keypair_name] %>"
11
14
  aws.instance_type = "<%= node[:vagrant][:instance_type] %>"
12
- aws.ssh_username = "<%= node[:vagrant][:ssh_username] %>"
13
- aws.ssh_private_key_path = "<%= node[:vagrant][:ssh_private_key_path] %>"
14
15
  end
15
16
  end
16
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-12 00:00:00.000000000 Z
12
+ date: 2013-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: tvd-tvdinner