Merge branch 'master' of github.com:pradels/vagrant-libvirt

This commit is contained in:
dima 2013-10-06 13:17:43 +02:00
commit 4922b71b00

View File

@ -37,7 +37,7 @@ module VagrantPlugins
# Rsync over to the guest path using the SSH info # Rsync over to the guest path using the SSH info
command = [ command = [
"rsync", "--verbose", "--archive", "-z", "rsync", "--del", "--verbose", "--archive", "-z",
"--exclude", ".vagrant/", "--exclude", ".vagrant/",
"-e", "ssh -p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i '#{ssh_info[:private_key_path]}'", "-e", "ssh -p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i '#{ssh_info[:private_key_path]}'",
hostpath, hostpath,