308 Commits

Author SHA1 Message Date
Brian Cain
2ce7041f80
Merge branch 'docs/clarify-hyper-v-docs' of https://github.com/patrickocoffeyo/vagrant into patrickocoffeyo-docs/clarify-hyper-v-docs 2018-03-22 09:54:49 -07:00
Brandon Authier
e5dd4d9e36
Fix missing "-" $script variable definition.
In the $script variable definition there appears to be a typo of "<<SCRIPT" when it should be "<<-SCRIPT". I ran into this issue while editing the Vagrant file on a Fedora variant with ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-linux].
2018-03-20 15:58:28 -07:00
Brandon Moore
5a12641f9c
Update URLs for the repo 2018-03-07 17:10:30 -05:00
Chris Roberts
89bdab8640
Merge pull request #9501 from dalvizu/patch-1
Add VirtualBox PATH export to WSL docs
2018-02-23 09:31:22 -08:00
Brian Cain
04d8f7defe
Merge pull request #9427 from clintharrison/fix/master/smb_sudoers_typo
Fix typo in macOS sudoers line
2018-02-22 15:21:56 -08:00
Dan Alvizu
9dbf811560
Add VirtualBox PATH export to WSL docs
Add explicit steps to add VirtualBox binaries to the PATH
2018-02-21 22:21:58 -07:00
John Eismeier
54ecded1d6
Propose fix some typos 2018-02-06 14:20:29 -05:00
Cladis
d0d78a921f
confiured → configured typo fix 2018-02-02 16:02:28 +02:00
Clint Harrison
23a3157a43 Fix typo in macOS sudoers line 2018-02-01 10:43:47 -05:00
Chris Roberts
81a3386af0 Include SSH client usage note in documentation 2018-01-26 07:25:57 -08:00
Chris Roberts
522d503030 Use Ruby's resolver by default and allow replace to be disabled 2018-01-22 10:40:33 -08:00
Chris Roberts
0c5e068357
Merge pull request #9378 from briancain/fix-doc-spacing
Add space to fix markdown error in docs
2018-01-16 20:14:18 -08:00
Chris Roberts
b5383cffab
Merge pull request #9369 from chrisroberts/e-generic-sensitive
Add Vagrantfile configuration option to register sensitive values
2018-01-16 20:05:37 -08:00
Chris Roberts
3fc293d621 Add example for sensitive option 2018-01-16 16:04:32 -08:00
Brian Cain
726f89bab7
Add space to fix markdown error in docs 2018-01-16 14:26:09 -08:00
Chris Roberts
e6554d614f Include default value within documentation 2018-01-16 11:54:56 -08:00
Chris Roberts
f2f8bc2db5 Add Vagrantfile configuration option to register sensitive values 2018-01-15 07:23:47 -08:00
Chris Roberts
3664f1a627 Allow hiding environment variable values in shell provisioner 2018-01-12 17:33:47 -08:00
Brian Cain
e229192d1d
Fix markdown in debugging docs 2018-01-12 15:38:29 -08:00
Chris Roberts
b0fc6a06a1
Merge pull request #9294 from chrisroberts/e-smb
SMB synced folders enhancements
2018-01-12 15:02:08 -08:00
Chris Roberts
0ffec9cd6f Include explicit start to ensure start 2018-01-12 14:25:37 -08:00
Justin Campbell
b5e248d14a
Merge pull request #9352 from Phoenix09/Phoenix09-patch-1
website: Fix incorrect URLs in some API examples
2018-01-11 17:41:27 -05:00
Brian Cain
9e2ce6c15a
Merge pull request #9354 from briancain/SharedFoldersEnableSymlinksCreate-Flag
Introduce flag for SharedFoldersEnableSymlinksCreate
2018-01-09 15:14:26 -08:00
Brian Cain
b16ca2e384
Introduce flag for SharedFoldersEnableSymlinksCreate
Prior to this commit, the virtualbox synced folder option
`SharedFoldersEnableSymlinksCreate` was always enabled. This commit
introduces a config option and an environment variable which allows
users to configure the option globally or per synced_folder in their
Vagrantfile.
2018-01-09 14:33:24 -08:00
Brian Cain
9a1264c267
Merge pull request #9346 from hashicorp/winrm-ssl-doc
update ssl to :ssl
2018-01-09 14:19:08 -08:00
Phoenix09
48bf280d47
website: Fix incorrect URLs in some API examples 2018-01-09 18:38:59 +00:00
Alvaro Miranda Aguilera
a88eb95727
update ssl to :ssl 2018-01-08 14:21:00 +01:00
hrvoj3e
63ec7c7b09
spelling fix - resoled to resolved 2018-01-06 17:01:30 +01:00
Brian Cain
24903c27b3
Merge pull request #9341 from briancain/9062/master/deprecate-paranoid-ssh-setting
Deprecate :paranoid in favor of :verify_host_key
2018-01-05 13:33:40 -08:00
Brian Cain
2fb12a15e5 Update website with new config.ssh setting and deprecation of :paranoid 2018-01-05 13:23:31 -08:00
Gilles Cornu
eb1ed03448
Merge pull request #9308 from keks24/patch-1
correct pip argument in the example of ansible_local provisioner documentation
2018-01-05 14:17:15 +01:00
Chris Roberts
98ec1af30e Add smb_start capability for darwin 2018-01-02 11:21:50 -08:00
bjorn
59c4ca9f64 Update docs to use Tee-Object in PowerShell in Windows.
By using `Tee-Object` you can ouput the debug log to the console and a file, which is way easier to use than just outputting to a logfile.
2018-01-02 10:38:08 +01:00
Ramon Fischer
f502841201
correct pip argument 2017-12-27 06:58:56 +01:00
Chris Roberts
68439f6bac Use sudo for sharing lists on darwin platform
On systems prior to high sierra the sharing binary
requires root user for access, so use sudo to get
full list output and inspect output.
2017-12-21 14:53:55 -08:00
Chris Roberts
c9e4a400f2 Update SMB synced folder documentation 2017-12-21 12:51:13 -08:00
Chris Roberts
3a5729015a Add documentation entry for init command --template flag 2017-12-13 15:59:45 -08:00
Chris Roberts
833edf5b8f
Merge pull request #9231 from Manouchehri/docs-host
Remove outdated statement.
2017-12-13 15:27:16 -08:00
Ramiro Morales
ac7c4b83cd Added missing CLI switch to base box test example. 2017-12-13 19:44:20 -03:00
codybennett
b70340b0d1
Update box.html.md
Grammatical correction to Box Prune documentation 

Italicize Box Update "Note"
2017-12-06 18:41:35 -06:00
Justin Campbell
161cf35884 website: Fix Vagrant Cloud API examples
When using Turbolinks to navigate between docs pages, the document ready event never fired and all language examples were shown. This should fix the issue without needed a refresh/example menu click.
2017-12-06 15:03:11 -05:00
Brian Cain
f0fa6371a3 Include virtualbox 5.2.x as supported in docs 2017-12-01 09:01:01 -08:00
David Manouchehri
3bf41e8c2b
Remove outdated statement. Windows and macOS use native Docker by default (see 05b6cdab6cea6d3603e9ea846372a47340f2ceaa). 2017-11-29 19:15:37 -05:00
Brian Cain
ec43d3c308 Update destroy docs with new parallel flag 2017-11-02 10:16:44 -07:00
magicrootZ
80900f4d61 Update format.html.md
typo
2017-10-23 08:03:34 -07:00
Justin Campbell
1aaa03c1b0 website: Prefer Authorization over X-Atlas-Token 2017-10-20 17:10:31 -04:00
Justin Campbell
fef7320107 website: Fix Vagrant Cloud API typos 2017-10-20 16:57:22 -04:00
Justin Campbell
15b095745f website: Use vagrant-cloud layout for all VC docs 2017-10-20 16:32:03 -04:00
Justin Campbell
38b16684b3 website: Add vagrant-cloud layout
Has sticky sidebar and support for navigating anchor tags
2017-10-20 16:32:03 -04:00
Justin Campbell
b8216cfa7e website: Add Vagrant Cloud API docs for 2FA 2017-10-20 16:32:03 -04:00