mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-04 06:12:17 -04:00
Updated template Vagrant file to use "base" box by default
This commit is contained in:
parent
1e3109e2f7
commit
aaae366e9d
1 changed files with 3 additions and 0 deletions
3
templates/Vagrantfile
vendored
3
templates/Vagrantfile
vendored
|
|
@ -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 a new issue