Move the Vagrant config into a distro-specific folder.

This commit is contained in:
Daniel Buckmaster 2015-04-19 16:18:03 +10:00
parent fac856c053
commit 4a705c875c
3 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
config.vm.synced_folder '../../', '/torque'
config.vm.synced_folder '../../../', '/torque'
config.vm.provision :shell, path: 'provision.sh'
if gui?