Update the Vagrantfile template to use V2 by default.

This commit is contained in:
Mitchell Hashimoto 2012-11-06 21:34:22 -08:00
parent 253b433864
commit 3e6fe7406b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("1") do |config|
Vagrant.configure("2") do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.