mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 10:04:27 +00:00
Make /vagrant folder to use nfs i/o default strategy
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -13,6 +13,9 @@ Vagrant.configure("2") do |config|
|
||||
configValues = YAML.load_file(f)
|
||||
data = configValues['vagrantfile-local']
|
||||
|
||||
# Force vagrant folder in nfs mode. Windows users should comment following line
|
||||
config.vm.synced_folder ".", "/vagrant", type: "nfs"
|
||||
|
||||
config.vm.define "vm-#{data['name']}" do |node|
|
||||
node.vm.box = "#{data['vm']['box']}"
|
||||
node.vm.box_url = "#{data['vm']['box_url']}"
|
||||
|
Reference in New Issue
Block a user