Vagrantfile: remove obsolet synced_folder 'config'

This commit is contained in:
Thomas Gelf 2014-11-17 11:22:44 +01:00
parent 56b00d3d58
commit 4669a8cf84
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -54,7 +54,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder "./config", "/vagrant/config"
config.vm.synced_folder "./var/log", "/vagrant/var/log"
# Provider-specific configuration so you can fine-tune various