|
@@ -34,7 +34,7 @@ Vagrant::Config.run do |config|
|
|
# Share an additional folder to the guest VM. The first argument is
|
|
# 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
|
|
# 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.
|
|
# 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", "~/docker", "~/docker"
|
|
|
|
|
|
# Enable provisioning with Puppet stand alone. Puppet manifests
|
|
# Enable provisioning with Puppet stand alone. Puppet manifests
|
|
# are contained in a directory path relative to this Vagrantfile.
|
|
# are contained in a directory path relative to this Vagrantfile.
|