Commit Graph

1191 Commits

Author SHA1 Message Date
Brian Cain 5643ba0c7d
Merge pull request #9713 from briancain/vagrant-triggers-config
Integrate vagrant-triggers plugin functionality into core Vagrant
2018-04-24 11:35:04 -07:00
Brian Cain afc074fb11
Document valid trigger commands 2018-04-24 11:23:13 -07:00
Chris Roberts c31f87d434 Update website utility version 1.0.1 2018-04-23 14:54:00 -07:00
Brian Cain 1eabd0901e
Website updates based on feedback 2018-04-23 09:14:31 -07:00
Chris Roberts bd586178f5 Update website vagrant version 2.0.4 2018-04-20 14:38:40 -07:00
Brian Cain bd133e1727
Docs updates for triggers 2018-04-20 10:51:38 -07:00
Brian Cain e25cb51f15
Properly print warnings on config settings that aren't supported 2018-04-20 10:51:38 -07:00
Brian Cain 5e9387dca8
Add basic triggers example 2018-04-20 10:51:38 -07:00
Brian Cain 6f2b5a9fa0
Update trigger docs 2018-04-20 10:51:38 -07:00
Brian Cain 4e5e4d0214
Use args setting for run option in trigger 2018-04-20 10:51:38 -07:00
Brian Cain c35e0a4f9a
Update docs with some basic trigger examples 2018-04-20 10:51:38 -07:00
Brian Cain a20404599e
Add trigger documentation 2018-04-20 10:51:38 -07:00
Brian Cain 2dadc0463e
Fix trigger doc sidebar 2018-04-20 10:51:38 -07:00
Brian Cain c832168846
Update trigger config docs 2018-04-20 10:51:38 -07:00
Brian Cain 09bb98679c
Add basic website pages for triggers 2018-04-20 10:51:38 -07:00
Brian Cain 151095a3e9
Merge pull request #9420 from ryanwalder/salt-json
Add master_json_config & minion_json_config options to salt provisioner
2018-04-16 15:37:44 -07:00
Chris Roberts 9ba44fcece
Merge pull request #9545 from hashicorp/je.segment
Switch web analytics to segment
2018-04-10 15:15:21 -07:00
Chris Roberts 100976fad0 Include installation information for vagrant share plugin
Fixes #9485
2018-04-10 10:03:46 -07:00
Chris Roberts f3c5e86f28
Merge pull request #9504 from zachflower/feature/vagrant-aliases
Vagrant aliases
2018-04-06 15:39:18 -07:00
Jeff Escalante db959c16c5 switch web analytics from ga to segment 2018-04-06 18:25:11 -04:00
Chris Roberts c1f27dc165 Remove windows only note on environment variable 2018-04-05 09:34:14 -07:00
Chris Roberts ef4318eda2
Merge pull request #9653 from chrisroberts/f-powershell-detection
Make powershell version detection timeout configurable
2018-04-04 16:20:23 -07:00
Chris Roberts dd1d91f2c4
Merge pull request #9503 from chrisroberts/f-win-ssh-control
Fix ssh binary selection on windows
2018-04-04 16:05:17 -07:00
Chris Roberts 77c0681a0f Include new environment variable in documentation 2018-04-04 16:03:40 -07:00
Chris Roberts 93baadab75 Remove some extra words in documentation 2018-04-04 15:51:52 -07:00
Chris Roberts 08e381c6b2 Update prefer system bin env var docs 2018-04-04 15:50:52 -07:00
Chris Roberts 30e7e81eab Make resolv-replace loading optional not automatic 2018-04-02 11:59:02 -07:00
Chris Roberts 1de76ce374 Include section on upgrading the desktop plugin 2018-03-27 16:51:18 -07:00
Mitchell Hashimoto 503dd89017
Update installation.html.md 2018-03-27 15:00:19 -07:00
Mitchell Hashimoto 5b70ada5d9
Update installation.html.md 2018-03-27 14:58:13 -07:00
Chris Roberts bd4eeb5f4f Fix number used 2018-03-26 15:10:07 -07:00
Chris Roberts 2df3f58c17 Add note about running VMs on installation doc 2018-03-23 13:07:07 -07:00
Chris Roberts 36c25b4428 Update buy for desktop SKU only 2018-03-23 10:26:30 -07:00
Chris Roberts f41cc8d6b3 Update vmware provider documentation 2018-03-23 10:26:30 -07:00
Brian Cain ab99a5d604
Merge pull request #9594 from timolehto/patch-1
ruby ex missing a step & upload use wrong verb
2018-03-22 10:19:25 -07:00
Brian Cain d696e5a1ac
Merge pull request #9607 from briancain/patrickocoffeyo-docs/clarify-hyper-v-docs
Clarify Hyper-V documentation
2018-03-22 10:07:40 -07:00
Brian Cain e4554249f7
Merge pull request #9606 from amwill04/patch-2
Update options to define id can be used in any directory
2018-03-22 10:04:00 -07:00
Brian Cain 941b660489
Put back installation doc info 2018-03-22 09:57:43 -07:00
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
Brian Cain 0ce6e9891e
Merge pull request #9572 from jsoref/spelling
Spelling
2018-03-22 09:50:52 -07:00
Alan 0ac919547e
Update options to define id can be used in any directory
See: https://github.com/hashicorp/vagrant/pull/9605

Proposes add `name|id` to `Options` to define the ability to use `id` from any directory.
2018-03-22 16:45:03 +00: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
timolehto 9461034add ruby ex missing a step & upload use wrong verb
Creating a usable box from scratch
- api only accepts puts no push when uploading the file
- the final step of actually releasing the version was missing from ruby example
2018-03-20 11:30:15 +02:00
Chris Roberts 88a12e5243 Update image version 2018-03-15 14:37:25 -07:00
Chris Roberts ba6aadda65 Relax middleman-hashicorp constraint and update 2018-03-15 14:25:14 -07:00
Chris Roberts a44c85095b Update website version to 2.0.3 2018-03-15 14:21:51 -07:00
Josh Soref 1a5ddea9f4 Spelling fixes
* account
* addresses
* administrator
* afterwards
* because
* bridgeable
* capabilities
* capability
* checksum
* configuration
* configuration for
* configure
* criteria
* delimited
* delivered
* derivatives
* description
* detect
* directory
* display
* downloading
* during
* electric
* enabling
* encountered
* equivalent
* executable
* executed
* hashicorp
* hypervisor
* hyphens
* implementation
* incorporate
* inheritance
* initialize
* instance
* instead
* interactions
* invocable
* machine
* maximum
* message
* mounting
* overridden
* overwrite
* paramiko
* preparing
* provides
* provisioning
* recursively
* requested
* resetting
* retryable
* running
* satisfied
* searching
* sometimes
* specified
* successfully
* synced folders
* unauthorized
* underlying
* userprofile
* vagrant
* vagrantfile
* variable
* various
* version
* virtual
* windows
2018-03-14 14:41:04 +00:00
Brian Cain f4b7cec162
Merge pull request #9542 from hashicorp/je.fixes
Some small website fixes
2018-03-08 11:19:27 -08:00
Brandon Moore 5a12641f9c
Update URLs for the repo 2018-03-07 17:10:30 -05:00
Jeff Escalante 23de70e911 update dependencies + middleman-hashicorp 2018-03-06 19:04:08 -05:00