From db423b000cc960071de97f9ca91a01002890f681 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 1 Dec 2016 10:42:36 -0800 Subject: [PATCH] Add documentation for Chef Provisioner Policyfile support Original feature added in #3329. Fixes #9013. --- website/source/docs/provisioners/chef.html.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/source/docs/provisioners/chef.html.markdown b/website/source/docs/provisioners/chef.html.markdown index 563a79669..e46bdc1ac 100644 --- a/website/source/docs/provisioners/chef.html.markdown +++ b/website/source/docs/provisioners/chef.html.markdown @@ -80,6 +80,17 @@ The following arguments are supported: subdirectory called `logfiles` created in your current directory. The filename will be the `node_name` of the new node. +* `use_policyfile (boolean)` - (Optional) If `true`, use the policy files to bootstrap the + node. Setting `policy_group` and `policy_name` are required if this is `true`. (defaults to + `false`). + +* `policy_group (string)` - (Optional) The name of a policy group that exists on the Chef + server. Required if `use_policyfile` is set; `policy_name` must also be specified. + +* `policy_name (string)` - (Optional) The name of a policy, as identified by the `name` + setting in a Policyfile.rb file. Required if `use_policyfile` is set; `policy_group` + must also be specified. + * `http_proxy (string)` - (Optional) The proxy server for Chef Client HTTP connections. * `https_proxy (string)` - (Optional) The proxy server for Chef Client HTTPS connections.