Updated template Vagrant file to use "base" box by default
This commit is contained in:
parent
1e3109e2f7
commit
aaae366e9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue