We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The synched_folder parameters may resolve the shared folder issue when running the Vagrant boxes under Windows.
synched_folder
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.)
The text was updated successfully, but these errors were encountered:
changing the fmode to a horribly unsecure 665 resolves this issue, was able to repeat all the steps in basic 2-node replication
fmode
665
Sorry, something went wrong.
No branches or pull requests
The
synched_folder
parameters may resolve the shared folder issue when running the Vagrant boxes under Windows.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.)
The text was updated successfully, but these errors were encountered: