document the version

This commit is contained in:
Mitchell Hashimoto 2014-10-23 09:25:54 -07:00
parent 503faca422
commit 88754d2904
1 changed files with 7 additions and 3 deletions

View File

@ -1,10 +1,14 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# vagrantup.com
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "<%= box_name %>"