2010-02-11 08:51:21 +00:00
|
|
|
Vagrant::Config.run do |config|
|
|
|
|
# All Vagrant configuration is done here. For a detailed explanation
|
2010-03-18 00:13:19 +00:00
|
|
|
# and listing of configuration options, please view the documentation
|
2010-02-11 08:51:21 +00:00
|
|
|
# online.
|
2010-03-01 09:16:45 +00:00
|
|
|
|
|
|
|
# Every Vagrant virtual environment requires a box to build off of.
|
2010-03-18 00:13:19 +00:00
|
|
|
config.vm.box = "<%= default_box %>"
|
2010-02-11 08:51:21 +00:00
|
|
|
end
|