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

nfs: true vs type: "nfs" #71

Closed
austinpray opened this issue Oct 3, 2014 · 2 comments
Closed

nfs: true vs type: "nfs" #71

austinpray opened this issue Oct 3, 2014 · 2 comments

Comments

@austinpray
Copy link
Contributor

Vagrant docs recommend

Vagrant.configure("2") do |config|
  # ...

  config.vm.synced_folder ".", "/vagrant", type: "nfs"
end

Why are we using

config.vm.synced_folder '../example.dev', '/srv/www/example.dev/current', nfs: true

then?

@nathanielks
Copy link
Contributor

The article I read used the latter. I'll submit a PR!—
Sent from Mailbox

On Thu, Oct 2, 2014 at 10:18 PM, Austin Pray notifications@github.com
wrote:

Vagrant docs recommend

Vagrant.configure("2") do |config|
  # ...
  config.vm.synced_folder ".", "/vagrant", type: "nfs"
end

Why are we using

config.vm.synced_folder '../example.dev', '/srv/www/example.dev/current', nfs: true

then?

Reply to this email directly or view it on GitHub:
#71

@austinpray
Copy link
Contributor Author

hold off until we get the bigger issue diagnosed:
#70

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

2 participants