resources/main.template in zergrush_vagrant-0.0.1 vs resources/main.template in zergrush_vagrant-0.0.2
- old
+ new
@@ -1,10 +1,6 @@
Vagrant.configure(2) do |config|
-<%= provider_section %>
-
config.vagrant.host = :detect
- config.vm.box_url = "<%= basebox_path %>"
- config.vm.box = "<%= box_name %>"
config.vm.boot_timeout = 300
config.vm.graceful_halt_timeout = 60
<%= vm_defines -%>
end
\ No newline at end of file