vagrant/plugins/provisioners/file
Brian Cain a9564b2137 (#8933) Align file provisioner functionality on all platforms
This commit aligns how the file provisioner should work on all host
machines. It ensures that a `/.` is only applied if the user intended
to upload a folder to a destination under a different name. It ensures
that if uploading to a windows guest with a different destination folder
name, it does not nest the source folder under that name so that it
works the same as it does on linux platforms. It also updates the
behavior of the winrm upload communicator by allowing an array of paths
to be uploaded instead of a single file or folder to allow for this new
functionality for windows guests.
2017-08-31 15:57:53 -07:00
..
config.rb provisioners/file: validate source relative to Vagrantfile path 2015-07-06 14:22:00 -06:00
plugin.rb Add a file provisioner 2013-09-03 11:03:46 -07:00
provisioner.rb (#8933) Align file provisioner functionality on all platforms 2017-08-31 15:57:53 -07:00