From 36777e30222823ea63ab31766d80ec5aa5d8f105 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Tue, 20 Mar 2018 12:16:17 +0100 Subject: [PATCH] Add a line to describe the new Chef provisioner option (#17640) --- website/docs/provisioners/chef.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/provisioners/chef.html.markdown b/website/docs/provisioners/chef.html.markdown index d6e097927b..7ce2267ffb 100644 --- a/website/docs/provisioners/chef.html.markdown +++ b/website/docs/provisioners/chef.html.markdown @@ -65,6 +65,9 @@ The following arguments are supported: for the new node. These can also be loaded from a file on disk using the [`file()` interpolation function](/docs/configuration/interpolation.html#file_path_). +* `channel (string)` - (Optional) The Chef Client release channel to install from. If not + set, the `stable` channel will be used. + * `client_options (array)` - (Optional) A list of optional Chef Client configuration options. See the [Chef Client ](https://docs.chef.io/config_rb_client.html) documentation for all available options.