diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-06-09 06:48:51 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-06-09 06:48:51 +0800 |
commit | 3820e98c6c1047cffcbb8e526a33e3883605531e (patch) | |
tree | cd8f283b235920926ff2f1888028e7cff70280a4 /sysutils | |
parent | 7daa01e7f7145fe6579aefa932efce801ffbc54e (diff) | |
download | freebsd-ports-gnome-3820e98c6c1047cffcbb8e526a33e3883605531e.tar.gz freebsd-ports-gnome-3820e98c6c1047cffcbb8e526a33e3883605531e.tar.zst freebsd-ports-gnome-3820e98c6c1047cffcbb8e526a33e3883605531e.zip |
sysutils/vagrant: use sysutils/bundler17
while here, sort and fix plist
PR: 200614
Differential Revision: https://reviews.freebsd.org/D2760
Approved by: mat (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vagrant/Makefile | 6 | ||||
-rw-r--r-- | sysutils/vagrant/files/patch-vagrant.gemspec | 2 | ||||
-rw-r--r-- | sysutils/vagrant/pkg-plist | 306 |
3 files changed, 158 insertions, 156 deletions
diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index 83ccff14ff4c..f718c3865983 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -3,7 +3,7 @@ PORTNAME= vagrant PORTVERSION= 1.6.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils rubygems devel MASTER_SITES= LOCAL/swills https://codeload.github.com/mitchellh/vagrant/legacy.tar.gz/v${PORTVERSION}?dummy=/ @@ -13,11 +13,11 @@ COMMENT= Vagrant Virtual Machine Manager LICENSE= MIT BUILD_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ - rubygem-bundler>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-bundler17>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler17 \ rubygem-main>=1.0:${PORTSDIR}/devel/rubygem-main RUN_DEPENDS= rubygem-main>=1.0:${PORTSDIR}/devel/rubygem-main \ rubygem-akami>=1.0.0:${PORTSDIR}/www/rubygem-akami \ - rubygem-bundler>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-bundler17>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler17 \ rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi \ rubygem-childprocess>=0.5.1:${PORTSDIR}/devel/rubygem-childprocess \ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ diff --git a/sysutils/vagrant/files/patch-vagrant.gemspec b/sysutils/vagrant/files/patch-vagrant.gemspec index 0bbce53c039a..9bb1ea9a3c79 100644 --- a/sysutils/vagrant/files/patch-vagrant.gemspec +++ b/sysutils/vagrant/files/patch-vagrant.gemspec @@ -5,7 +5,7 @@ s.rubyforge_project = "vagrant" - s.add_dependency "bundler", ">= 1.5.2", "< 1.7.0" -+ s.add_dependency "bundler", ">= 1.5.2" ++ s.add_dependency "bundler", ">= 1.5.2", "< 1.8.0" s.add_dependency "childprocess", "~> 0.5.0" s.add_dependency "erubis", "~> 2.7.0" - s.add_dependency "i18n", "~> 0.6.0" diff --git a/sysutils/vagrant/pkg-plist b/sysutils/vagrant/pkg-plist index 021db209ce5c..4a086352a701 100644 --- a/sysutils/vagrant/pkg-plist +++ b/sysutils/vagrant/pkg-plist @@ -1,6 +1,10 @@ -%%GEMS_DIR%%cache/vagrant-%%PORTVERSION%%.gem -%%GEMS_DIR%%specifications/vagrant-%%PORTVERSION%%.gemspec bin/vagrant +%%GEMS_DIR%%build_info/vagrant-%%PORTVERSION%%.info +%%GEMS_DIR%%cache/vagrant-%%PORTVERSION%%.gem +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.gitignore +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.travis.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.vimrc +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.yardopts %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/CHANGELOG.md %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/CONTRIBUTING.md %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/Gemfile @@ -8,11 +12,14 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/Makefile %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/README.md %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/Rakefile +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/Vagrantfile %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/README.md %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/bash/completion.sh %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/emacs/vagrant.el %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/st/Ruby.sublime-settings +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/osx %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/vim/vagrantfile.vim %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/keys/README.md %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/keys/vagrant @@ -74,6 +81,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/machine.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/machine_index.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/machine_state.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/manager.rb @@ -127,6 +135,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/safe_puts.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/scoped_hash_override.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/shell_quote.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/silence_warnings.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/ssh.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/stacked_proc_runner.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/string_block_editor.rb @@ -146,6 +155,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/destroy/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/destroy/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/global-status/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/global-status/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/halt/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/halt/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/help/command.rb @@ -175,6 +186,10 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provision/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provision/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/reload/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/reload/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/resume/command.rb @@ -190,14 +205,35 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/start_mixins.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/version/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/version/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/ssh/communicator.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/ssh/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filter.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/cat.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/chmod.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/chown.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/grep.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/mkdir.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/rm.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/uname.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/which.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/communicator.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/file_manager.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/helper.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/scripts/elevated_shell.ps1.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/shell.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/arch/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/arch/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/arch/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/arch/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/coreos/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/coreos/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/coreos/cap/docker.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/coreos/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/coreos/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/darwin/cap/change_host_name.rb @@ -222,6 +258,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/mount_nfs_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/fedora/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/fedora/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/fedora/cap/network_scripts_dir.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/fedora/guest.rb @@ -250,11 +287,14 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/mount_smb_shared_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/nfs_client.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/port.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/read_ip_address.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/mint/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/mint/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/halt.rb @@ -264,7 +304,13 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/cap/nfs_client.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/cap/mount_nfs_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/change_host_name.rb @@ -282,11 +328,20 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/pld/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/flavor.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/network_scripts_dir.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/nfs_client.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/halt.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/mount_nfs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/rsync.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris/cap/halt.rb @@ -305,6 +360,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/network_scripts_dir.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/plugin.rb @@ -316,12 +372,29 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/ubuntu/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/ubuntu/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/ubuntu/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/halt.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/mount_shared_folder.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/reboot.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/guest_network.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/mount_volume.ps1.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/reboot_detect.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/set_work_network.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/winrs_v3_get_adapters.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/arch/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/arch/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/arch/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/rdp.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/host.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/freebsd/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/freebsd/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/freebsd/plugin.rb @@ -329,6 +402,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/gentoo/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/gentoo/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/cap/nfs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/cap/rdp.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/null/host.rb @@ -343,6 +417,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/slackware/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/slackware/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/nfs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/rdp.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/nfs.rb @@ -359,10 +434,48 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/vm_provisioner.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/vm_subvm.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/build.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/compare_synced_folders.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/create.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/destroy.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/destroy_build_image.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/forwarded_ports.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/has_ssh.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_build_dir.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_port_checker.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_port_warning.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_required.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_sync_folders.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_sync_folders_disable.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/is_build.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/is_host_machine_created.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_nfs_settings.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_nfs_valid_ids.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_ssh.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/start.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/stop.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/wait_for_running.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/cap/public_address.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/command/logs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/command/run.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/communicator.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/driver.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/executor/local.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/executor/vagrant.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/hostmachine/Vagrantfile +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/provider.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/synced_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/check_enabled.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/delete_vm.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/import.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/is_windows.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/message_will_not_destroy.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_guest_ip.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_state.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/resume_vm.rb @@ -376,6 +489,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/errors.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/provider.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/check_hyperv.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/delete_vm.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/file_sync.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_network_config.ps1 @@ -450,6 +564,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/provisioner.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/command_builder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/base.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/chef_client.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/chef_solo.rb @@ -461,6 +576,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_start_service.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_configure_vagrant_user.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_daemon_running.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_installed.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/redhat/docker_configure_auto_start.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/redhat/docker_install.rb @@ -478,6 +594,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/puppet/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/puppet/provisioner/puppet.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/puppet/provisioner/puppet_server.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/salt/bootstrap-salt.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/salt/bootstrap-salt.sh %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/salt/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/salt/errors.rb @@ -499,6 +616,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/host_info.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/mount_share.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/ps_version.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/set_share.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/synced_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/scripts/bintray_upload.sh @@ -508,6 +626,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/tasks/bundler.rake %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/tasks/test.rake %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/commands/init/Vagrantfile.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/commands/init/Vagrantfile.min.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/commands/ssh_config/config.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/config/messages.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/config/validation_failed.erb @@ -526,13 +645,19 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/gentoo/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/netbsd/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/netbsd/network_static.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/nixos/hostname.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/nixos/network.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/openbsd/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/openbsd/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/suse/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/suse/network_static.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/comm_winrm.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/command_rdp.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/guest_windows.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/providers_docker.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/providers_hyperv.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/synced_folder_smb.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/nfs/exports.erb @@ -553,21 +678,41 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/remove_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/repackage_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/update_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/global-status/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/list-commands/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/install_gem_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/plugin_exists_check_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/uninstall_plugin_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/update_gems_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/ssh_config/command_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/command_filter_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/communicator_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/helper_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/shell_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/redhat/cap/change_host_name_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/change_host_name_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/configure_networks_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/halt_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/mount_nfs_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/rsync_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/support/shared/debian_like_host_name_examples.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/support/shared/redhat_like_host_name_examples.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/ubuntu/cap/change_host_name_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/change_host_name_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/halt_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/mount_shared_folder_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/reboot_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/guest_network_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/package_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/ssh_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/vagrant_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/vm_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/driver_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/synced_folder_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/hyperv/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/hyperv/provider_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/prepare_nfs_settings_test.rb @@ -581,12 +726,16 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/driver/version_4_3_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/support/shared/virtualbox_driver_version_4_x_examples.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/synced_folder_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/ansible/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/ansible/provisioner_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/command_builder_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/provisioner/base_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/docker/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/file/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/file/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/salt/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/shell/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/support/shared/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/synced_folders/nfs/action_cleanup_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/synced_folders/nfs/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/synced_folders/rsync/command/rsync_auto_test.rb @@ -639,6 +788,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/errors_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/guest_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/host_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/machine_index_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/machine_state_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/machine_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/plugin/manager_test.rb @@ -682,155 +832,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/vagrant-spec.config.example.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/vagrant.gemspec %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/version.txt -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.gitignore -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.travis.yml -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.vimrc -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.yardopts -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/cap/mount_nfs_folder.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/config.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/guest.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/plugin.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/change_host_name.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/configure_networks.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/halt.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/mount_nfs.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/rsync.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/halt.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/ps_version.ps1 -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/change_host_name_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/configure_networks_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/halt_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/mount_nfs_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/rsync_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/coreos/cap/docker.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/fedora/cap/change_host_name.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/check_enabled.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/check_hyperv.ps1 -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_daemon_running.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/ansible/config_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/ansible/provisioner_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/support/shared/config.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/contrib/sudoers/linux -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/contrib/sudoers/osx -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/lib/vagrant/machine_index.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/lib/vagrant/util/silence_warnings.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/global-status/command.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/global-status/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/rdp/command.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/rdp/config.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/rdp/errors.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/rdp/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/version/command.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/commands/version/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filter.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/communicator.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/config.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/errors.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/file_manager.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/helper.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/shell.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/cat.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/chmod.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/chown.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/grep.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/rm.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/uname.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/which.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/scripts/elevated_shell.ps1.erb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/port.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/config.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/errors.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/guest.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/guest_network.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/change_host_name.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/configure_networks.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/halt.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/mount_shared_folder.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/reboot.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/mount_volume.ps1.erb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/reboot_detect.ps1 -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/set_work_network.ps1 -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/windows/scripts/winrs_v3_get_adapters.ps1 -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/host.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/rdp.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/rdp.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/communicator.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/config.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/driver.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/errors.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/provider.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/synced_folder.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/build.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/compare_synced_folders.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/create.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/destroy.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/destroy_build_image.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/has_ssh.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_build_dir.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_port_checker.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_port_warning.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_required.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_sync_folders.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_sync_folders_disable.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/is_build.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/is_host_machine_created.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_nfs_settings.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_nfs_valid_ids.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_ssh.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/start.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/stop.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/wait_for_running.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/cap/public_address.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/command/logs.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/command/run.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/executor/local.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/executor/vagrant.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/hostmachine/Vagrantfile -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/command_builder.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/templates/commands/init/Vagrantfile.min.erb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/templates/locales/comm_winrm.yml -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/templates/locales/command_rdp.yml -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/templates/locales/guest_windows.yml -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/templates/locales/providers_docker.yml -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/global-status/command_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/command_filter_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/communicator_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/config_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/helper_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/shell_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/config_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/guest_network_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/change_host_name_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/halt_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/mount_shared_folder_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/reboot_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/Vagrantfile -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/command_filters/mkdir.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/cap/nfs_client.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/flavor.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/mint/guest.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/guests/mint/plugin.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/config_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/driver_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/synced_folder_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/forwarded_ports.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/message_will_not_destroy.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/command_builder_test.rb -%%GEMS_DIR%%gems/vagrant-%%PORTVERSION%%/test/unit/vagrant/machine_index_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/cap/change_host_name.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/cap/configure_networks.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/guest.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/nixos/plugin.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/cap/rdp.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/salt/bootstrap-salt.ps1 -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/nixos/hostname.erb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/nixos/network.erb +%%GEMS_DIR%%specifications/vagrant-%%PORTVERSION%%.gemspec %%DATADIR%%/embedded/cacert.pem %%DATADIR%%/embedded/rgloader/loader.rb +@dir %%GEMS_DIR%%extensions |