Seth Vargo
6c2fb24ff4
Merge pull request #5893 from jquast/patch-1
...
bugfix: undefined local variable or method `dir'
2015-07-06 14:09:31 -06:00
Mitchell Hashimoto
cbf70bbd67
website/docs: update background command info
2015-07-06 14:07:00 -06:00
Mitchell Hashimoto
80ce9ab1f3
core: change select timeout to 1 for WIndows [GH-5309]
2015-07-06 13:54:00 -06:00
Jeff Quast
1ac3d17773
bugfix: undefined local variable or method `dir'
...
resolves bug introduced in 74d22069d4
2015-07-06 11:39:07 -07:00
Mitchell Hashimoto
ab27413954
core: make note that the box is being added directly [GH-5311]
2015-07-06 12:17:49 -06:00
Mitchell Hashimoto
0762e73531
website: docs for GH-5356
2015-07-06 12:01:34 -06:00
Mitchell Hashimoto
d051d69591
Update error message for no chmod [GH-5440]
2015-07-06 11:25:39 -06:00
Mitchell Hashimoto
fec6ef11c8
provisioners/puppet: just quiet the NFS errors for Puppet [GH-5456]
2015-07-06 11:19:32 -06:00
Mitchell Hashimoto
d03b1f6930
push/atlas: ATLAS_TOKEN env var works [GH-5489]
2015-07-06 11:01:50 -06:00
Mitchell Hashimoto
b5e57a6e83
core: update error message for GH-5526
2015-07-06 10:49:39 -06:00
Mitchell Hashimoto
e759df11a0
core: fix crash for missing options [GH-5550]
2015-07-06 10:36:41 -06:00
Mitchell Hashimoto
e64cef9d31
provisioners/chef: fix crash if run list is somehow nil [GH-5545]
2015-07-05 17:30:29 -07:00
Mitchell Hashimoto
262b50bc02
guests/linux: fix exception when printf is empty [GH-5846]
2015-07-05 17:14:48 -07:00
Mitchell Hashimoto
67c14c4889
guests/openbsd: add newline after insert_public_key [GH-5881]
2015-07-05 17:10:10 -07:00
Mitchell Hashimoto
36fa04fd1e
providers/virtualbox: catch subprocess launch error [GH-1483]
2015-07-05 17:01:06 -07:00
Seth Vargo
28a42122b8
Update CHANGELOG
2015-06-10 09:15:37 -04:00
Seth Vargo
6a926793d9
Merge pull request #5805 from cisco87/patch-1
...
Use the extended password parameter, more compatible
2015-06-10 09:14:51 -04:00
Francesco
c66df8cd2c
Updating the test to see the changes to the mount pass parameter
2015-06-08 09:48:21 +01:00
Francesco
ca8923835a
Use the extended password parameter, more compatible
2015-06-08 04:13:23 +01:00
Seth Vargo
72fe7d045d
Merge pull request #5801 from jjasghar/patch-2
...
Update chef_solo.html.md
2015-06-06 12:10:50 -04:00
Seth Vargo
35bcc9f6c6
Merge pull request #5800 from jjasghar/patch-1
...
Update chef_client.html.md
2015-06-06 12:10:40 -04:00
JJ Asghar
1b75dfd562
Update chef_solo.html.md
...
Updated to the new chef.io site.
2015-06-05 15:36:17 -05:00
JJ Asghar
2870d299de
Update chef_client.html.md
...
Updated to the new chef.io site.
2015-06-05 15:34:07 -05:00
Seth Vargo
b420da0678
Merge pull request #5795 from ivuk/fix-typo
...
Fix a typo in ssh_settings.html.md
2015-06-04 14:21:09 -04:00
Igor Vuk
b072e8bcf5
Fix a typo in ssh_settings.html.md
2015-06-04 19:58:56 +02:00
Seth Vargo
2b415d092e
Whoops - don't comment that out
...
/cc @mbrodala
2015-06-03 12:11:39 -04:00
Seth Vargo
e071ce4663
Update CHANGELOG
2015-06-02 18:14:27 -04:00
Seth Vargo
dc60d6b82c
Merge pull request #5785 from mitchellh/sethvargo/ignore_hidden_dirs
...
Ignore hidden directories
2015-06-02 17:44:29 -04:00
Seth Vargo
345935887f
Style fixes
2015-06-02 17:18:50 -04:00
Philip Wrenn
4c8fe42d70
Ignore possible version directories that are hidden folders, i.e. dot folders.
2015-06-02 17:09:10 -04:00
Seth Vargo
9b4a498f82
Update CHANGELOG
2015-06-02 17:07:41 -04:00
Seth Vargo
a7aea0953f
Merge pull request #5771 from mitchellh/sethvargo/color
...
Add UI::Interface#color?
2015-06-02 17:07:08 -04:00
Seth Vargo
e34679c20f
Merge pull request #5775 from sschuberth/master
...
website: Improve description to enable Hyper-V on Windows 8.1
2015-06-02 17:05:40 -04:00
Sebastian Schuberth
5ad6b7e553
website: Improve description to enable Hyper-V on Windows 8.1
...
The step to click on "Turn Windows features on or off" was missing.
2015-06-02 10:05:39 +02:00
Seth Vargo
b92d4b21a1
Add UI::Interface#color?
2015-06-01 11:49:09 -04:00
Gilles Cornu
272fb27e05
provisioners/ansible: trim white spaces
...
[ci skip]
2015-06-01 10:12:22 +02:00
Gilles Cornu
f7894d9c8c
provisioners/ansible: fix broken colorized output
...
After #5532 (e745436df3
), it was no longer
possible to enable ansible colorized output. Even though
`ANSIBLE_NOCOLOR` has no effect *at the moment* in vagrant+ansible
integration, I agree to keep it for clarity and consistence.
The new `--no-color` behaviour (bug fix #5531 ) is now covered by a unit
test.
//cc @marsam, @sethvargo
2015-06-01 08:36:09 +02:00
Seth Vargo
2daa9ed175
Merge pull request #5591 from paperlesspost/extract_shell_cmd
...
Move shell_cmd to a method in SSH::Communicator
2015-05-31 20:57:46 -07:00
Seth Vargo
1413cd56cf
Merge pull request #5626 from brooksbrown/smb-docs-update
...
Added a note on PowerShell to prerequisites SMB documentation.
2015-05-31 20:53:01 -07:00
Seth Vargo
a642663a73
Merge pull request #5584 from stoned/fix-locale-en
...
Fix message provision / disabled_by_config
2015-05-31 20:46:44 -07:00
Seth Vargo
f48b704ba0
Update CHANGELOG
2015-05-31 20:45:37 -07:00
Seth Vargo
3017243a24
Merge pull request #5577 from luciddg/fix/master/docker-provisioner-restart-fix
...
Use service command to restart docker, not upstart.
2015-05-31 20:44:48 -07:00
Seth Vargo
13b8cda214
Merge pull request #5544 from bdwyertech/bdwyertech-patch-1
...
VMware Documentation Fix - SED Syntax
2015-05-31 20:41:57 -07:00
Seth Vargo
f1928959dc
Update CHANGELOG
2015-05-31 20:34:57 -07:00
Seth Vargo
6a48af6350
Merge pull request #5532 from marsam/fix/master/ansible-no-color
...
Disable color if in ansible provisioner if Vagrant has no color
2015-05-31 20:34:06 -07:00
Seth Vargo
99e0cac237
Update CHANGELOG
2015-05-31 20:32:09 -07:00
Seth Vargo
dc713cbd66
Merge pull request #5517 from obnoxxx/fix-freebsd-ssh-remove-key
...
guests/freebsd: fix call of set -i : missing extension
2015-05-31 20:31:04 -07:00
Seth Vargo
d7283277cf
Update CHANGELOG
2015-05-31 20:20:15 -07:00
Seth Vargo
6309847420
Merge pull request #5512 from johnsonj/issue_3620
...
For SMB on Linux guests, specify the user's domain as a separate parameter
2015-05-31 20:19:08 -07:00
Seth Vargo
06fe7163d2
Update CHANGELOG
2015-05-31 20:11:11 -07:00