veewee-to-packer 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -183,6 +183,7 @@ module VeeweeToPacker
|
|
183
183
|
|
184
184
|
# These are unused, so just ignore them.
|
185
185
|
input.delete(:disk_format)
|
186
|
+
input.delete(:hwvirtex)
|
186
187
|
input.delete(:ioapic)
|
187
188
|
input.delete(:kickstart_port)
|
188
189
|
input.delete(:kickstart_timeout)
|
@@ -195,7 +196,7 @@ module VeeweeToPacker
|
|
195
196
|
input.delete(:virtualbox)
|
196
197
|
|
197
198
|
if input.length > 0
|
198
|
-
raise Error, "Uknown keys: #{input.keys.sort.inspect}"
|
199
|
+
raise Error, "Uknown keys for VMware: #{input.keys.sort.inspect}"
|
199
200
|
end
|
200
201
|
|
201
202
|
[builder, warnings]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: veewee-to-packer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
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-07-
|
12
|
+
date: 2013-07-08 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Converts Veewee templates to Packer templates.
|
15
15
|
email:
|