Seth Vargo
f6db93d4be
Update CHANGELOG
2016-05-16 12:07:41 -04:00
Gilles Cornu
cf908d35e0
provisioners/ansible_local: Run galaxy from `provisioning_path` directory
...
Since it is now possible to specify some Galaxy settings in an
`ansible.cfg` file, it makes sense to run `ansible-galaxy` from the
same working directory as `ansible-playbook` execution does.
See http://docs.ansible.com/ansible/intro_configuration.html#galaxy-settings
2016-04-24 00:26:59 +02:00
Gilles Cornu
327392d0fb
Fix a CHANGELOG entry
...
[ci skip]
2016-04-21 00:37:31 +02:00
Gilles Cornu
afb9af1549
Update CHANGELOG
...
[ci skip]
2016-04-21 00:34:19 +02:00
Seth Vargo
2c553290b8
Update CHANGELOG
2016-04-17 23:15:31 +05:30
Seth Vargo
bfac44aded
Update CHANGELOG
2016-04-08 10:22:54 -04:00
Seth Vargo
9c0a4bb562
Update CHANGELOG
2016-04-05 10:46:48 -04:00
Seth Vargo
be9a88d2a0
Update CHANGELOG
2016-04-05 10:42:58 -04:00
Seth Vargo
4641aa767b
Update CHANGELOG
2016-03-31 17:02:28 +02:00
Seth Vargo
fa19783a6e
Update CHANGELOG
2016-03-17 20:52:57 -05:00
Seth Vargo
197a2d8799
Update CHANGELOG
2016-03-17 20:46:26 -05:00
Seth Vargo
32c4638ffd
Update CHANGELOG
2016-03-17 10:49:16 -04:00
Seth Vargo
bd1df1332b
Update CHANGELOG
2016-03-08 13:56:58 -05:00
Seth Vargo
be1421f116
Update CHANGELOG
2016-03-07 11:01:20 -05:00
Paul Hinze
ffe0ef71ad
Update CHANGELOG.md
2016-03-04 11:42:13 -06:00
Seth Vargo
9623457513
Update CHANGELOG
2016-03-02 07:41:12 -07:00
Seth Vargo
ebcc73f338
Update CHANGELOG
2016-02-29 07:20:47 -05:00
Seth Vargo
7574937c3f
Update business address
2016-02-29 07:18:27 -05:00
Seth Vargo
c851637260
Update CHANGELOG
2016-02-27 12:42:08 -05:00
Andrew Murray
98a18bbaf5
Fixed typos
2016-02-20 00:00:26 +11:00
Seth Vargo
ca728df02b
Update CHANGELOG
2016-02-08 10:55:44 -05:00
Seth Vargo
3c34b67ba1
Fix CHANGELOG typo
2016-02-07 13:07:15 -05:00
Seth Vargo
082e65291e
Update CHANGELOG
2016-02-04 12:11:41 -05:00
Mathias Brodala
78578788c3
Fix typo in CHANGELOG
2016-02-03 17:24:50 +01:00
Seth Vargo
ab26ca1c81
Update CHANGELOG
2016-02-03 10:15:25 -05:00
Seth Vargo
8ca6244b4d
Update CHANGELOG
2016-02-03 10:13:03 -05:00
Seth Vargo
0034318740
Update CHANGELOG
2016-02-03 10:11:10 -05:00
Seth Vargo
a82b1a6a71
Update CHANGELOG
2016-02-03 10:09:38 -05:00
Seth Vargo
29e51e7072
Update CHANGELOG
2016-02-03 10:06:54 -05:00
Seth Vargo
1bb585d89d
Update CHANGELOG
2016-02-03 09:59:39 -05:00
Seth Vargo
9cd68f0927
Update CHANGELOG
2016-02-03 09:58:09 -05:00
Seth Vargo
e6cd96803a
Update CHANGELOG
2016-02-03 09:57:11 -05:00
Seth Vargo
982effe0c1
Update CHANGELOG
2016-02-03 09:55:41 -05:00
Seth Vargo
d7b7c66302
Update CHANGELOG
2016-02-03 09:53:38 -05:00
Seth Vargo
3b252d37eb
Merge pull request #6922 from mwrock/negotiate
...
upgrade to latest winrm and winrm-fs versions
2016-02-03 09:52:48 -05:00
Seth Vargo
3ae19c6537
Update CHANGELOG
2016-02-03 09:51:15 -05:00
Seth Vargo
c08b737e0c
Update CHANGELOG
2016-02-03 09:50:02 -05:00
Seth Vargo
6d36370dc8
Update CHANGELOG
2016-02-03 09:46:14 -05:00
Seth Vargo
217b0c9eaa
Update CHANGELOG
2016-02-02 09:49:13 -05:00
Seth Vargo
0620dbf856
Update CHANGELOG
2016-02-02 09:44:37 -05:00
Matt Wrock
5b2566cd51
add note about potentially breaking change with uploading directories
2016-01-27 11:57:42 -08:00
Seth Vargo
b454fdc8d3
Update CHANGELOG
2016-01-25 13:56:08 -05:00
Seth Vargo
1166800b65
Use SSL and HTTPS links where appropriate
2016-01-25 13:14:54 -05:00
Gilles Cornu
4e451c6e99
provisioners/ansible_local: fix #6763
...
Before this change, the detection of a non-existing path on the guest
machine was considered as an error and lead to interrupt the current vagrant
action. This was actually a mistake to do so, since the config checks
are performed before many other vagrant actions than `provision`.
The config.validate phase is also intended to primarily check the options
sanity, but it cannot be too strict with the guest state (which can easily
get "out of automatic control").
With this change, we still apply these checks (when possible), but only warn
about possible configuration problems. This way, the subsequent
statements will happen anyway (e.g. ansible commands will be
executed, vagrant machine will be destroyed, etc.)
2016-01-17 11:27:23 +01:00
Gilles Cornu
e5e5057a06
update CHANGELOG for GH-6793
2016-01-14 00:12:24 +01:00
Gilles Cornu
1e38be237e
provisioners/ansible: fix galaxy paths on Windows
...
Close #6757 and update previous fix for #6740 (#6741 ).
See also these places where the same regexp is used to address similar
"Windows cases":
- ec85548bd6/plugins/provisioners/chef/provisioner/chef_solo.rb (L99-L103)
- ec85548bd6/plugins/guests/windows/cap/rsync.rb (L6-L9)
2016-01-05 08:22:10 +01:00
Gilles Cornu
9a5597e1a7
Update CHANGELOG.md
...
ref #6741 , #6740
2015-12-27 22:15:11 +01:00
Mitchell Hashimoto
984bc4ab77
up version for dev
2015-12-24 14:03:36 -08:00
Mitchell Hashimoto
c1c00e2f3c
v1.8.1
2015-12-24 13:26:53 -08:00
Mitchell Hashimoto
45212a9b67
core: avoid crash case with nil [GH-6730]
2015-12-24 12:38:14 -08:00