build/Vagrantfile
changeset 491 e9e436a588b2
parent 28 b0b56e0f8c7f
child 554 f28a539ba106
equal deleted inserted replaced
490:76da86cf9696 491:e9e436a588b2
    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   #