NuCivic / ansible-dev-vm

8 stars 5 forks source link

Fix shared folder error when on linux. #10

Closed dkinzer closed 8 years ago

dkinzer commented 9 years ago

I ran into a known issue with nfs shared folders: https://github.com/puphpet/puphpet/wiki/Shared-Folder:-Permission-Denied

This commit adds the known fix to the Vagrantfile.

asghaier commented 8 years ago

I have tested this on Ubuntu 15.04 and it fixed the NFS issue and should be merged. We will test this on Ubuntu 14.04 tomorrow but I guess it will be fine anyway.

Also for the machine to be able to deploy we should edit the file at packer-dev-vm/ansible-dev-vm/roles/geerlingguy.php/tasks/configure.yml and remove/fix the parameter follow at ligne 6 for the deploy to work properly.

dkinzer commented 8 years ago

@asghaier we can do our own overrides in nucivic/ansible-dev-vm/config.yml ...