Mitchell Hashimoto
aba23205f7
website/docs: mention require_vesrion
2015-12-24 12:05:16 -08:00
Mitchell Hashimoto
7d79cfd055
Merge pull request #6706 from mitchellh/kikitux-patch-1
...
linked_clone if Vagrant::VERSION =~ /^1.8/
2015-12-24 12:04:30 -08:00
Mitchell Hashimoto
8e6c039cca
Merge pull request #6718 from geerlingguy/patch-1
...
Fix typo in ansible_local documentation.
2015-12-24 12:04:06 -08:00
Mitchell Hashimoto
7133593a5f
update CHANGELOG
2015-12-24 12:03:54 -08:00
Mitchell Hashimoto
0b83d54409
Merge pull request #6722 from KaffeJunky123/patch-1
...
Fix Docker provisioning for Debian/Jessie box
2015-12-24 12:03:21 -08:00
Seth Vargo
1bed5976ca
Merge pull request #6728 from ianvanness/patch-1
...
Fixed typo
2015-12-24 10:47:23 -05:00
Ian Van Ness
ea5ea57d81
Fixed typo
...
'projet' to 'project'
2015-12-23 15:43:29 -08:00
KaffeJunky123
1cdd664918
Update docker_install.rb
...
Docker provisioning fails on Debian Jessie without the apt-transport-https package installed.
2015-12-23 16:45:20 +01:00
Jeff Geerling
4e9a941833
Fix typo in ansible_local documentation.
2015-12-22 21:50:35 -06:00
Mitchell Hashimoto
6aa89584b8
update CHANGELOG
2015-12-22 13:31:13 -08:00
Mitchell Hashimoto
9092779026
Merge pull request #6714 from mitchellh/sethvargo/shell_env_to_s
...
Convert env values to strings before escaping
2015-12-22 13:30:18 -08:00
Seth Vargo
9de5126143
Convert env values to strings before escaping
2015-12-22 14:23:56 -05:00
Seth Vargo
07e4c9e46d
Update docs
2015-12-22 13:51:27 -05:00
Seth Vargo
133707d2e3
Update FAQ around pro/non-pro versions
2015-12-22 12:40:29 -05:00
Seth Vargo
881bcf46de
Update CHANGELOG
2015-12-22 11:56:59 -05:00
Seth Vargo
2fb0d5d894
Merge pull request #6711 from mitchellh/sethvargo/v_string
...
Convert Chef Version to a string before comparison
2015-12-22 11:55:58 -05:00
Seth Vargo
f780c96a90
Convert Chef Version to a string before comparison
...
Fixes GH-6709
2015-12-22 11:54:41 -05:00
Alvaro Miranda
5e210bf3ab
linked_clone if Vagrant::VERSION =~ /^1.8/
...
To void this message on pre Vagrant 1.8
```bash
There are errors in the configuration of this machine. Please fix
the following errors and try again:
VirtualBox Provider:
* The following settings shouldn't exist: linked_clone
```
2015-12-22 21:47:01 +13:00
Mitchell Hashimoto
f7bdcb1b2b
Merge pull request #6700 from tomkins/linked-clone-docs
...
v.use_linked_clone should be v.linked_clone
2015-12-21 16:03:02 -08:00
Alex Tomkins
807fb15495
v.use_linked_clone should be v.linked_clone
2015-12-22 00:00:47 +00:00
Mitchell Hashimoto
5328886423
update CHANGELOG
2015-12-21 13:12:19 -08:00
Mitchell Hashimoto
31a46509f9
update some scripts
2015-12-21 12:11:42 -08:00
Mitchell Hashimoto
397e192a8f
v1.8.0
2015-12-21 10:43:05 -08:00
Mitchell Hashimoto
6e116bc7e3
Merge pull request #6681 from tonyarkles/aja_hostinfo_fix
...
Fix for problem where the host_info.ps1 script returns a string instead of a list of IPs
2015-12-21 09:54:29 -08:00
Mitchell Hashimoto
bc5c6552e6
Merge pull request #6691 from captainill/new_header
...
'by Hashicorp' added to header
2015-12-21 09:53:06 -08:00
captainill
9cc50989be
pin edit this page to footer
2015-12-20 14:20:38 -08:00
captainill
1c706822ce
migrate www header/siderbar stuff to docs
2015-12-20 14:07:53 -08:00
captainill
eb12f86d2d
add boxes to movile nav
2015-12-20 13:16:31 -08:00
captainill
11ae9ff3c5
mobile nav back in
2015-12-20 13:09:56 -08:00
captainill
b98db9ce59
merge with upstream master / fix conflickt in layout
2015-12-20 13:06:30 -08:00
captainill
1ee6221305
fix capital C in hashicorp. cleanup mobile
2015-12-19 23:52:54 -08:00
Tony Arkles
795a7a3d23
Fix for problem where the host_info.ps1 script returns a string instead of a list of IPs
2015-12-17 14:40:50 -06:00
Mitchell Hashimoto
811f21938a
Merge pull request #6675 from michaa76/master
...
#6674 CFEngine Provisioner Broken on Debian (http > https)
2015-12-16 10:46:21 -08:00
michaa76
37d7239803
#6674 CFEngine Provisioner Broken on Debian (http > https)
2015-12-16 14:25:23 +01:00
Gilles Cornu
ddbd2a4cfc
provisioners/ansible: prefer ssh '-i' argument
...
In cd93721
, I relied on a suprising combination of quotes to protect ssh
execution to strip the quoted path to the private key file.
Since any ssh command line argument can be passed via
`ANSIBLE_SSH_ARGS`, it is quite more readable and easy to rely on the
`-i` argument, which is not affected like `-o IdentityFile=...` and also
supports multiple occurences.
See also http://sourceforge.net/p/fuse/mailman/message/30498048/
Finally fix #6671
Note that I decided to not squash both commits for better
documentation and traceability.
2015-12-16 10:29:13 +01:00
Gilles Cornu
cd93721f8f
provisioners/ansible: use quotes for the IdentityFile OpenSSH command line arguments
...
Surprisingly (to me at least), a simple quote enclosure was not enough
to fix the problem.
Caveat: the stringified ansible-playbook command logged in verbose mode
is wrongly formatted (no quotes are escaped).
Fix #6671
2015-12-16 09:54:53 +01:00
Mitchell Hashimoto
ac3b24d93e
Update CHANGELOG.md
2015-12-14 16:03:07 -08:00
Mitchell Hashimoto
06a1461081
Merge pull request #6662 from lukebakken/fixes/lrb/gh-4503-hyper-v-admin-privs
...
Fix for 4503
2015-12-14 15:56:55 -08:00
Mitchell Hashimoto
6a9d25e384
Update CHANGELOG.md
2015-12-14 15:47:58 -08:00
Mitchell Hashimoto
884782f3ce
Merge pull request #6603 from mitchellh/sethvargo/cleanup_output
...
Only run cleanup tasks when they are defined on the provisioner
2015-12-14 15:41:17 -08:00
Mitchell Hashimoto
739d29e8fa
Merge pull request #6612 from reedloden/virtualbox-checksum
...
Add checksum validation for the VirtualBox installs on Windows and OS X
2015-12-14 15:39:46 -08:00
Mitchell Hashimoto
d47c7c74d7
Merge pull request #6659 from swiftstack/change_ipv6_adapter_address
...
Use <prefix>::1 as the IPv6 adapter IP.
2015-12-14 15:37:28 -08:00
Seth Vargo
038276fd49
Merge pull request #6664 from RochesterinNYC/clarify-package-docs-regarding-providers
...
Clarify package documentation regarding providers
2015-12-10 13:24:08 -05:00
James Wen
c5f684c6da
Clarify package documentation regarding providers
2015-12-10 12:48:13 -05:00
Seth Vargo
fa2db94b7d
Update CHANGELOG
2015-12-10 11:26:57 -05:00
Seth Vargo
e92a214803
Merge pull request #6661 from hasyimibhar/feature/push-local-exec-args
...
pushes/local-exec: add args config
2015-12-10 11:26:09 -05:00
Luke Bakken
57187c9f88
Add method to detect if a Windows user is a member of the "Hyper-V Administrators" group.
...
Modify Hyper-V provider to require a user to either be an Administrator or a member of "Hyper-V Administrators"
2015-12-10 07:04:39 -08:00
Hasyimi Bahrudin
77031a79b7
pushes/local-exec: add args config
2015-12-10 17:00:35 +08:00
Timur Alperovich
a56e118b16
Use <prefix>::1 as the IPv6 adapter IP.
...
Set the IPv6 adapter IP to be <prefix>::1. Otherwise, guest to host
communication over IPv6 is not routed correctly. This means that
consumers should not specify <prefix>::1 IP addresses to VirtualBox,
which should be a reasonable restriction.
Fixes #6658
2015-12-09 17:22:02 -08:00
Gilles Cornu
25ff027b08
provisioners/ansible_local: use the inventory directory
...
Like in the (remote) `ansible` provisioner, it is preferred to pass the
directory that contains the generated inventory file. This way, advanced
inventory usages can be achieved by adding more inventory files into the
same directory.
Related to #2103 and #6500
[ci skip]
2015-12-08 23:02:58 +01:00