Commit fef4df68 by Valera Rozuvan

Updated Vagrantfile

Make the configuration versions of the Vagrantfile more explicit.
parent 750de2e5
VAGRANTFILE_API_VERSION = "2"
MEMORY = 2048
CPU_COUNT = 2
......@@ -31,7 +33,7 @@ if ENV['VAGRANT_MOUNT_BASE']
end
Vagrant.configure("2") do |config|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Creates an edX devstack VM from an official release
config.vm.box = "gugelhupf-devstack"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment