equal
deleted
inserted
replaced
39 # the path on the guest to mount the folder. And the optional third |
39 # the path on the guest to mount the folder. And the optional third |
40 # argument is a set of non-required options. |
40 # argument is a set of non-required options. |
41 # config.vm.synced_folder "../data", "/vagrant_data" |
41 # config.vm.synced_folder "../data", "/vagrant_data" |
42 #config.vm.synced_folder ".", "/home/vagrant/sync", disabled: true |
42 #config.vm.synced_folder ".", "/home/vagrant/sync", disabled: true |
43 #config.vm.synced_folder ".", "/vagrant" |
43 #config.vm.synced_folder ".", "/vagrant" |
|
44 config.vm.synced_folder ".", "/vagrant", type: "virtualbox" |
44 |
45 |
45 # Provider-specific configuration so you can fine-tune various |
46 # Provider-specific configuration so you can fine-tune various |
46 # backing providers for Vagrant. These expose provider-specific options. |
47 # backing providers for Vagrant. These expose provider-specific options. |
47 # Example for VirtualBox: |
48 # Example for VirtualBox: |
48 # |
49 # |