Chris Roberts
7a7ae59704
Update CHANGELOG
2018-09-04 08:03:34 -07:00
Chris Roberts
f50bf62cd1
Merge pull request #10165 from chrisroberts/f-has-plugin
...
Update Vagrant.has_plugin? helper to function prior to plugin loading
2018-09-04 08:02:29 -07:00
Chris Roberts
3ace82cc5b
Update Vagrant.has_plugin? helper to function prior to plugin loading
...
Due to the Vagrantfile being loaded prior to plugin loading to determine
project local plugin information the Vagrant.has_plugin? helper will always
return false when the Vagrantfile is first loaded. To prevent this behavior
we can check for plugins in the plugin data files prior to the plugins
being loaded, and after they have been loaded we can fallback to the
original specification based check.
2018-08-31 14:03:42 -07:00
Brian Cain
07092bc36f
Update CHANGELOG
2018-08-31 11:04:09 -07:00
Brian Cain
f51176a101
Merge pull request #10140 from berney/fix-ansible-perm-issue
...
Fix ansible_local provisioner permission bug
2018-08-31 11:02:47 -07:00
Brian Cain
143d75a2bd
Update CHANGELOG
2018-08-31 10:40:17 -07:00
Brian Cain
3243f996b5
Merge pull request #8912 from tolbrino/fix/master/openbsd_ipv6
...
Add IPv6 network template for OpenBSD machines
2018-08-31 10:39:45 -07:00
Brian Cain
ac749db2d4
Update CHANGELOG
2018-08-31 10:04:58 -07:00
Brian Cain
11c619bff6
Merge pull request #10092 from jmaness/patch-1
...
[#10098 ] Filter out empty strings and loopback interfaces when constructing the list of network interfaces
2018-08-31 10:03:49 -07:00
Chris Roberts
e3df56be64
Merge pull request #10159 from bbrala/patch-1
...
Changelog missing version
2018-08-31 07:36:05 -07:00
Chris Roberts
9cc642f3bf
Update vmware utility version
2018-08-31 07:18:09 -07:00
Björn Brala
96db54d23c
Changelog missing version
...
Seems in the rush to get a new version out, the changelog wasn't updated?
2018-08-31 09:20:09 +02:00
Chris Roberts
4647fc743e
Update version for dev
2018-08-30 13:44:16 -07:00
Chris Roberts
e1e6755b19
Update website version 2.1.4
2018-08-30 13:43:18 -07:00
Chris Roberts
574ae312c9
Release v2.1.4
2018-08-30 13:39:10 -07:00
Chris Roberts
e4da39c011
Update CHANGELOG
2018-08-30 11:34:04 -07:00
Chris Roberts
a5177f506d
Merge pull request #10156 from chrisroberts/f-smb-list-parse
...
Extract smblist information based on position
2018-08-30 11:32:45 -07:00
Chris Roberts
0208b5459f
Update CHANGELOG
2018-08-30 11:30:47 -07:00
Chris Roberts
e24728cb5a
Merge pull request #10155 from chrisroberts/f-plugin-load-config
...
Reset internal environment after plugin load
2018-08-30 11:30:14 -07:00
Chris Roberts
e7eb03908e
Update CHANGELOG
2018-08-30 11:29:45 -07:00
Chris Roberts
9204e41d61
Merge pull request #10154 from chrisroberts/f-local-plugin-prompt
...
Fix local plugin prompt and add coverage
2018-08-30 11:29:00 -07:00
Chris Roberts
c4084a6387
Extract smblist information based on position
...
Since we are no longer extracting information based on key value due
to localization issues, use start and end locations to extract data.
This prevents errors when extra information is included like Scope.
2018-08-30 10:58:56 -07:00
Chris Roberts
9b67655e45
Reset internal environment after plugin load
...
Force the vagrantfile and configuration loader to be rebuilt after
plugins have been loaded to properly allow newly introduced plugin
configurations to be properly supported within the Vagrantfile.
2018-08-30 10:44:09 -07:00
Chris Roberts
92109752a3
Fix local plugin prompt and add coverage
2018-08-30 10:35:16 -07:00
Chris Roberts
4974c14845
Update version for dev
2018-08-29 14:15:15 -07:00
Chris Roberts
0c356f526d
Update website version 2.1.3
2018-08-29 14:14:48 -07:00
Chris Roberts
825e62087e
Release v2.1.3
2018-08-29 12:59:24 -07:00
Chris Roberts
6ecfb831b5
Merge pull request #10147 from hashicorp/f-updateReseller
...
Update reseller.html.md
2018-08-29 07:23:49 -07:00
Alvaro Miranda Aguilera
7919d74a90
Update reseller.html.md
2018-08-28 21:53:46 +02:00
Alvaro Miranda Aguilera
c1d27fa36c
Update reseller.html.md
2018-08-28 21:52:09 +02:00
Chris Roberts
636b1c9702
Merge pull request #10143 from chrisroberts/f-rsync-host-key
...
Check :verify_host_key value for :never or if falsey
2018-08-24 14:47:00 -07:00
Chris Roberts
d48b95ffaf
Check :verify_host_key value for :never or if falsey
2018-08-24 14:11:30 -07:00
Berne Campbell
b036032cb0
fix typo
2018-08-23 13:07:56 +10:00
Berne Campbell
0d23724a1f
Fix ansible provisioner permission bug
2018-08-22 20:32:40 +10:00
Brian Cain
38d48ba153
Update CHANGELOG
2018-08-17 15:29:41 -07:00
Brian Cain
6a57ae74a8
Merge pull request #10118 from briancain/TRIGGER-SPACE-PATH
...
Allow for spaces in `path` for trigger run option
2018-08-17 15:29:07 -07:00
Brian Cain
6dab92f209
Update CHANGELOG
2018-08-17 15:19:13 -07:00
Brian Cain
b1357a2f60
Merge pull request #10123 from briancain/add-force-flag-reload
...
Add `--force` flag to reload command
2018-08-17 15:18:36 -07:00
Brian Cain
5723c7181a
Add test for trigger run path with spaces
2018-08-17 15:17:49 -07:00
Brian Cain
93c7bd5e22
Merge pull request #10127 from briancain/doc-hostname-etc-hosts
...
Add note about /etc/hosts for guest hostname setting
2018-08-17 15:16:18 -07:00
Brian Cain
864974d762
Merge pull request #10121 from briancain/fix-login-typo
...
Fix typo in cli login docs
2018-08-17 15:16:06 -07:00
Brian Cain
e18bd076e7
Merge pull request #10117 from briancain/puppet-module-list
...
Documentation: Update `module_path` type for puppet apply provisioner
2018-08-17 15:16:00 -07:00
Mikhail Emelchenkov
ed8ecd15e1
Fix: `trigger` embedded plugin fails to exec scripts at paths contains spaces
2018-08-17 15:14:54 -07:00
Brian Cain
1679e383d6
Update CHANGELOG
2018-08-17 15:13:46 -07:00
Brian Cain
57c48ee348
Merge pull request #10116 from briancain/fix-run-arg-trigger
...
Ensure trigger run args are an array prior to join
2018-08-17 15:10:52 -07:00
Brian Cain
c9a31f7800
Merge pull request #10115 from briancain/flatten-ps-cmds-triggers
...
Properly join commands from passed in array
2018-08-17 15:10:46 -07:00
Brian Cain
f9892e0b24
Merge pull request #10124 from briancain/fixup-subprocess-tests-darwin
...
Fix up subprocess test to not be darwin
2018-08-17 15:10:25 -07:00
Brian Cain
e784112be1
Update CHANGELOG
2018-08-17 15:09:39 -07:00
Brian Cain
c2cff0dc07
Merge pull request #10100 from briancain/DOCKER-TOOLBOX
...
Convert windows paths for volume mounts on docker driver
2018-08-17 15:08:59 -07:00
Brian Cain
efcdec5729
Update CHANGELOG
2018-08-17 11:23:51 -07:00