Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving permission issues when mounting shared folder from a Windows host. #3

Open
Aethylred opened this issue Jan 19, 2015 · 1 comment

Comments

@Aethylred
Copy link

The synched_folder parameters may resolve the shared folder issue when running the Vagrant boxes under Windows.

puppet.vm.synced_folder 'etc-puppet', '/etc/puppet',
      owner:  'root',
      group:  'root',
      create: true,
      mount_options: ['dmode=775','fmode=664']

These are faked and can't be modified within the VM, and still won't resolve any issues with linked files.

(I've tried it and it helps, but not resolved, may need a different user or group.)

@Aethylred
Copy link
Author

changing the fmode to a horribly unsecure 665 resolves this issue, was able to repeat all the steps in basic 2-node replication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant