From d857eb1cee48617f2e0a7f254331ecf1fd739cf9 Mon Sep 17 00:00:00 2001 From: Artur Rodrigues Date: Fri, 28 Jun 2013 16:45:32 -0300 Subject: [PATCH] Fix reference of typo corrected on 43bb20d05f --- website/source/docs/templates/provisioners.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/provisioners.html.markdown b/website/source/docs/templates/provisioners.html.markdown index 76aaa695f..a2c95e628 100644 --- a/website/source/docs/templates/provisioners.html.markdown +++ b/website/source/docs/templates/provisioners.html.markdown @@ -39,7 +39,7 @@ the `type` key. This key specifies the name of the provisioner to use. Additional keys within the object are used to configure the provisioner, with the exception of a handful of special keys, covered later. -As an example, the "shell" provisioner requires at least the `path` key, +As an example, the "shell" provisioner requires at least the `script` key, which specifies a path to a shell script to execute within the machines being created.