mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
234 stars 155 forks source link

Conflict with 1.5's built in rsync folder type #84

Closed AlexFarran closed 10 years ago

AlexFarran commented 10 years ago

So that I have more control of which files are synchronised I want to use the built in rsync folder type [http://docs.vagrantup.com/v2/synced-folders/rsync.html] But the rackspace provider ignores my config settings and runs its own rsync code that doesn't take into account the rsyncexclude and rsyncargs options.

elight commented 10 years ago

@AlexFarran Sorry about that! Looks like we went the wrong way by rolling our own VagrantFile API for rsync. We'll update it to support the standard Vagrant API.

elight commented 10 years ago

@maxlinc tells me this should be fixed in 0.1.8.