From e5a23492ea1352311ae6dbd037f8d605c7e679fd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 27 Jun 2013 10:57:43 -0700 Subject: [PATCH] website: update provisioner docs "path" to "script" --- website/source/docs/provisioners/shell.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index 8ffb5d303..1abc6f84b 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -24,7 +24,7 @@ The example below is fully functional. ## Configuration Reference The reference of available configuratin options is listed below. The only -required element is either "inline" or "path". Every other option is optional. +required element is either "inline" or "script". Every other option is optional. Exactly _one_ of the following is required: @@ -35,7 +35,7 @@ Exactly _one_ of the following is required: the next and so on. Inline scripts are the easiest way to pull of simple tasks within the machine. -* `path` (string) - The path to a script to upload and execute in the machine. +* `script` (string) - The path to a script to upload and execute in the machine. This path can be absolute or relative. If it is relative, it is relative to the working directory when Packer is executed.