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

Switch to Vagrant SyncedFolders #295

Merged
merged 1 commit into from
Nov 14, 2016

Commits on Jul 31, 2016

  1. Switch to Vagrant SyncedFolders

    Vagrant 1.5 introduced a standard SyncedFolders middleware which can be re-used
    by providers to implement things such as rsync support. This patch uses Vagrant
    SyncedFolders as the default sync implementation instead of the legacy
    SyncFolder implementation inherited from the Rackspace project.
    
    The legacy implementation is retained for backwards compatibility and will be
    used if any of the following provider options is set:
    
      - rsync_includes
      - rsync_ignore_files
      - sync_method
    
    A deprecation warning will be printed.
    Sharpie committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    2fb940d View commit details
    Browse the repository at this point in the history