vaguerent/templates/commands/init/Vagrantfile.min.erb
2014-12-11 16:48:20 -08:00

7 lines
145 B
Plaintext

Vagrant.configure(2) do |config|
config.vm.box = "<%= box_name %>"
<% if box_url -%>
config.vm.box_url = "<%= box_url %>"
<% end -%>
end