vaguerent/templates/Vagrantfile
2010-03-01 01:16:45 -08:00

9 lines
288 B
Ruby

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