Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Issue #1375: Allow /vagrant synced folder to be overridden #1392

Merged
merged 2 commits into from
May 31, 2017

Conversation

oxyc
Copy link
Collaborator

@oxyc oxyc commented May 30, 2017

How about leveraging the same logic as we already use for vagrant_synced_folders?

vagrant_synced_folders:
  - local_path: .
    destination: /var/www/drupalvm
    type: nfs
    create: true
  - local_path: .
    destination: /vagrant
    type: rsync
    options_override: [...]

Would need to add docs for this though.

@geerlingguy
Copy link
Owner

Looks good to me; don't know if we need docs on it? Maybe in the Linux section, a note about adding override options if you hit slowness...

@oxyc
Copy link
Collaborator Author

oxyc commented May 30, 2017

👍 tomorrow I'll add a note in the linux section and run some tests to verify that it works as expected.

@geerlingguy
Copy link
Owner

@oxyc ++ thanks for running with it! I'm knee-deep in some other automation projects currently, but will try to get some time for a few more of these interim improvements while Drupal VM 4.5.x simmers a bit.

@geerlingguy geerlingguy merged commit 33b971d into geerlingguy:master May 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants