Vagrant: Add the type to the synced folder in the Vagrantfile
This commit is contained in:
parent
e4dc2b8e1c
commit
4960d0f438
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -24,7 +24,7 @@ Vagrant.configure(2) do |config|
|
||||||
|
|
||||||
# Share a folder between host and guest
|
# Share a folder between host and guest
|
||||||
# config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "vagrant"
|
# config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "vagrant"
|
||||||
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "www-data"
|
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "www-data", type: "virtualbox"
|
||||||
|
|
||||||
# Provider-specific configuration so you can fine-tune various
|
# Provider-specific configuration so you can fine-tune various
|
||||||
# backing providers for Vagrant. These expose provider-specific options.
|
# backing providers for Vagrant. These expose provider-specific options.
|
||||||
|
|
Loading…
Reference in a new issue