Updated template Vagrant file to use "base" box by default

This commit is contained in:
Mitchell Hashimoto 2010-03-01 01:16:45 -08:00
parent 1e3109e2f7
commit aaae366e9d
1 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@ Vagrant::Config.run do |config|
# All Vagrant configuration is done here. For a detailed explanation
# and listing of configuration options, please check the documentation
# online.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "base"
end