tknerr / vagrant-managed-servers

Enables Vagrant to ssh into and provision managed servers
MIT License
185 stars 30 forks source link

Chown recursively synced directories (should fix #13) #14

Closed allaire closed 10 years ago

allaire commented 10 years ago

Also in line with the aws plugin:

https://github.com/mitchellh/vagrant-aws/blob/169ac47e14244a17d13f7d096cfed683a849a2c1/lib/vagrant-aws/action/sync_folders.rb#L73

I think that should fix my issue I had here:

https://github.com/tknerr/vagrant-managed-servers/issues/13

allaire commented 10 years ago

Also, if you merge this, any change you can update the vagrant plugin or that's done automatically?

tknerr commented 10 years ago

Thanks @allaire!

tknerr commented 10 years ago

@allaire here you go, just pushed the 0.2.0 release to rubygems.org

allaire commented 10 years ago

:+1: thanks!