vagrant/templates/commands/init/Vagrantfile.min.erb

7 lines
147 B
Plaintext

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