Brian Cain
e0cd29e301
Fixup docs for environment variable
2019-04-12 15:48:31 -07:00
Brian Cain
cb69836fb7
Reword documentation for VAGRANT_DISABLE_VBOXSYMLINKCREATE option
...
Follow-up from #10790
2019-04-12 15:40:10 -07:00
Brian Cain
139ae4397f
Merge pull request #10625 from vdebroy/fix-issue-9584
...
Fix issue 9584
2019-04-09 15:12:02 -07:00
Brian Cain
872c036686
Remove *I* from documentation
...
Removing I since it does not really make sense while reading the
documentation.
2019-04-01 16:18:29 -07:00
Brian Cain
ec67151312
Merge pull request #10702 from briancain/docker-network-support
...
Docker Provider Network Support
2019-03-25 15:43:23 -07:00
Chris Roberts
8339e63423
Fix subnet to ip_range and add gateway information for public networks
2019-03-25 15:26:18 -07:00
Chris Roberts
1e856ecf8a
Add information on public_network for docker provider
2019-03-25 15:13:19 -07:00
Brian Cain
f4c6aa8aa1
Update docker provider networking docs from pull request feedback
2019-03-25 13:25:49 -07:00
Brian Cain
9d200bdb72
Add note about specific create and connect flag options for Vagrant
2019-03-22 13:50:13 -07:00
Brian Cain
979dd37e46
Remove comment about private networks only working with docker provider
2019-03-22 10:10:44 -07:00
Robert Conde
b43f5db876
Fixed typos: vargant->vagrant
2019-03-21 12:58:42 -04:00
rockhopper72
9678e93a27
Fix formatting issues on WSL docs
...
- Insert underline to fix **bold** formatting
- Remove grave accent to fix `code` highlighting
2019-03-19 09:03:24 -04:00
Brian Cain
2c25cf8d01
Add note about network creation in docker provider
2019-03-05 13:46:05 -08:00
Brian Cain
cedf5aff17
Add note about link legacy flag in connect
2019-03-05 11:23:23 -08:00
Brian Cain
93f833d2b3
Add docs page about networking with the docker provider
2019-03-05 11:18:35 -08:00
Cem Derin
aa60cb1f8f
Add `vagrant validate` parameters to docs
2019-02-17 12:54:05 +01:00
Chris Roberts
68e1425e14
Merge pull request #10665 from chrisroberts/f-vmware-util-doc
...
Update path for manual vagrant-vmware-utility installation
2019-02-12 16:27:12 -08:00
Chris Roberts
20490dbe5b
Update path for manual vagrant-vmware-utility installation
...
This updates the installation path described to be the default
location so that the vagrant-vmware-plugin will automatically
discover the certificates directory without requiring any
customization within the Vagrantfile.
2019-02-12 08:11:13 -08:00
Brian Cain
9bd4db3815
Cleanup trigger documentation
2019-02-07 14:11:08 -08:00
Brian Cain
767346ce81
Adjust command wording to match up
2019-02-07 13:35:47 -08:00
Brian Cain
aff66822ef
Reorder type triggers
2019-02-07 13:34:12 -08:00
Brian Cain
6d91dfd025
Update trigger docs with more info on types
2019-02-06 16:29:40 -08:00
Brian Cain
865c553b8f
Update wording on flag example
2019-02-01 13:34:15 -08:00
Brian Cain
c4a03e594f
Update trigger config docs
2019-02-01 13:34:15 -08:00
Brian Cain
37d71898a3
More docs updates for new triggers
2019-02-01 13:34:15 -08:00
Brian Cain
efd549e933
Fix typo
2019-02-01 13:34:15 -08:00
Brian Cain
f0058993c6
Add docs for experimental flag
2019-02-01 13:34:15 -08:00
Brian Cain
6e8e3b32eb
Update with some docs
2019-02-01 13:34:15 -08:00
Vidroha Debroy
9b618eb0cf
Updated documentation. Fixes hashicorp/vagrant#9584 .
2019-01-28 13:59:00 -06:00
bdickensheets
8ccabd90f7
Update to virtualbox documentation link
2019-01-20 19:53:22 +02:00
Brian Cain
3ca29ff1e0
Merge pull request #10569 from hashicorp/f-updateFAQ-inet
...
add note to FAQ for internet requirement - license
2019-01-08 12:48:50 -08:00
Alvaro Miranda Aguilera
f6f4364173
Update installation.html.md
2019-01-08 20:59:21 +01:00
Alvaro Miranda Aguilera
6cccea8143
Update installation.html.md
2019-01-08 20:56:04 +01:00
Alvaro Miranda Aguilera
9f38cd42e9
add note to FAQ for internet requirement - license
...
Vagrant requires internet access
2019-01-07 19:52:40 +01:00
Daniel Dương
829f9eceae
Fix a link to Virtualbox's documentation
2019-01-04 18:43:19 -02:00
Tobias Nehrlich
54f30f6eeb
Add VirtualBox version 6.0.x to docs.
2019-01-04 11:44:29 +01:00
Chris Roberts
c7522b9114
Merge pull request #10529 from chrisroberts/e-rsync-chown
...
Add support for using the `--chown` flag with rsync when available.
2019-01-03 15:18:14 -08:00
Chris Roberts
e735453422
Add reboot option to shell provisioner
...
Adds a `reboot` option which allows the guest to be rebooted after
the completion of a shell provisioning task. The guest must support
the `:reboot` capability. Like the `reset` option, the `reboot`
option may be provided without defining `inline` or `file` options
when a reboot may be required between other provisioners.
Fixes #8639
2018-12-21 15:50:59 -08:00
Chris Roberts
cb3b8bd732
Add support for using the `--chown` flag with rsync when available.
...
Adds a new `rsync__rsync_ownership` option to rsync based synced folders
which will allow rsync to use the `--chown` flag if it is available. The
`rsync` and `rsync-auto` commands have a new `--rsync-chown` flag which
can be used to force the option on folders when running the commands.
Fixes #7329 #7332
2018-12-20 17:16:36 -08:00
Chris Roberts
2daafd9586
Merge pull request #10490 from chrisroberts/f-snapshot-behavior
...
Update behavior of `snapshot restore` and `snapshot pop`
2018-12-13 09:18:20 -08:00
Chris Roberts
90a5854684
Fill out ssh options config and remote_user
...
Include config option within ssh_config command output template. Default
remote_user value to set username value. Include existence check on
provided config value to ensure file is available. Update tests to
include coverage on all changes. Add new options to the docs.
2018-12-11 08:09:43 -08:00
Chris Roberts
4696943ae6
Add new flag to cli docs
2018-12-07 16:26:13 -08:00
Chris Roberts
d589aa9f81
Update default_nic_type implementation within VirtualBox provider
...
In some cases the E1000 NIC type is the only acceptable value. Since
defaulting causes breakages to existing boxes, leave the default value
as `nil` but check the VirtualBox version in use and print warning to
user if VirtualBox version is vulnerable and E1000 NIC types are
configured for use within defined network adapters.
2018-11-26 15:58:45 -08:00
Chris Roberts
6b02914956
Update shell provisioner documentation
...
Properly order options alphabetically and include new option
for reset.
2018-11-12 15:36:21 -08:00
Brian Cain
11fe0a84d8
Merge pull request #10398 from briancain/fixup-puppet-doc
...
Remove `I` from documentation
2018-11-12 11:29:03 -08:00
Brian Cain
8eec4fe6e4
Remove `I` from documentation
2018-11-12 08:45:12 -08:00
Johan Hammar
37a3d7113e
Fix typos
2018-11-10 20:16:05 +01:00
Chris Roberts
e4cc769b9e
Merge pull request #10383 from chrisroberts/e-vbox-default-nic
...
Add support for specifying the default NIC type used for guest adapters
2018-11-08 14:39:35 -08:00
Chris Roberts
d8bbc5ce09
Add support for specifying the default NIC type used for guest adapters
...
Provides support for defining the NIC type used for any guest adapter
which does not define an adapter type. This is defaulted to "virtio".
2018-11-07 15:53:46 -08:00
Chris Roberts
fccc68a471
Add important non-VAGRANT_ prefixed environment variables
2018-11-07 09:38:40 -08:00