From 1275f24c388f2f703df5cf080e8b0654ee883c26 Mon Sep 17 00:00:00 2001 From: Donovan Hernandez Date: Fri, 12 Dec 2014 11:16:48 -0600 Subject: [PATCH] Named Provisioners only in v1.7.0 --- website/docs/source/v2/provisioning/basic_usage.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/basic_usage.html.md b/website/docs/source/v2/provisioning/basic_usage.html.md index f61cae325..d53439a05 100644 --- a/website/docs/source/v2/provisioning/basic_usage.html.md +++ b/website/docs/source/v2/provisioning/basic_usage.html.md @@ -45,7 +45,7 @@ it can greatly improve readability. Additionally, some provisioners, like the Chef provisioner, have special methods that can be called within that block to ease configuration that can't be done with the key/value approach. -Provisioners can also be named. These names are used cosmetically for output +Provisioners can also be named (since 1.7.0). These names are used cosmetically for output as well as overriding provisioner settings (covered further below). An example of naming provisioners is shown below: