From ac57af1b8ecb9cca3b561f3cb4316bdc4a050ccd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 30 Apr 2014 18:48:39 -0700 Subject: [PATCH] website/docs: post_up_message --- website/docs/source/v2/vagrantfile/machine_settings.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 9b0d95316..8be85526e 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -110,6 +110,12 @@ the machine. Please see the networking page for more information.
+`config.vm.post_up_message` - A message to show after `vagrant up`. This +will be shown to the user and is useful for containing instructions +such as how to access various components of the development environment. + +
+ `config.vm.provider` - Configures [provider-specific configuration](/v2/providers/configuration.html), which is used to modify settings which are specific to a certain [provider](/v2/providers/index.html). If the provider you're configuring