mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 09:40:07 -04:00
Fixed a syntax error in the autogenerated Vagrantfile
This commit is contained in:
parent
b153709cab
commit
7df8ab281a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Vagrant::Config.run do |config|
|
|||
# Share an additional folder to the guest VM. The first argument is
|
||||
# an identifier, the second is the path on the guest to mount the
|
||||
# folder, and the third is the path on the host to the actual folder.
|
||||
# config.vm.share_folder "v-data", "/vagrant_data", "../data")
|
||||
# config.vm.share_folder("v-data", "/vagrant_data", "../data")
|
||||
|
||||
# Enable provisioning with chef solo, specifying a cookbooks path (relative
|
||||
# to this Vagrantfile), and adding some recipes and/or roles.
|
||||
|
|
|
|||
Loading…
Reference in a new issue