templates/Vagrantfile.erb in kitchen-vagrant-1.14.2 vs templates/Vagrantfile.erb in kitchen-vagrant-2.0.0
- old
+ new
@@ -18,9 +18,13 @@
<% if config[:box_version] %>
c.vm.box_version = "<%= config[:box_version] %>"
<% end %>
+<% if config[:box_arch] %>
+ c.vm.box_architecture = "<%= config[:box_arch] %>"
+<% end %>
+
<% if !config[:box_check_update].nil? %>
c.vm.box_check_update = <%= config[:box_check_update] %>
<% end %>
<% if !config[:box_download_ca_cert].nil? %>