From fe743f96c7d2074b80422e42a4068d3d5b4aac5b Mon Sep 17 00:00:00 2001 From: cfortier2 Date: Wed, 21 May 2014 09:40:02 -0400 Subject: [PATCH] update website chef-client provisioner page --- website/source/docs/provisioners/chef-client.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/provisioners/chef-client.html.markdown b/website/source/docs/provisioners/chef-client.html.markdown index 5c745a486..65b1c63c8 100644 --- a/website/source/docs/provisioners/chef-client.html.markdown +++ b/website/source/docs/provisioners/chef-client.html.markdown @@ -55,6 +55,9 @@ since it will allow the provisioner to clean up the node/client. Server. This is optional and by defalt is empty. If you don't set this, Packer can't clean up the node from the Chef Server using knife. +* `chef_environment` (string) - The name of the chef_environment sent to the + Chef server. By default this is empty and will not use an environment. + * `prevent_sudo` (boolean) - By default, the configured commands that are executed to install and run Chef are executed with `sudo`. If this is true, then the sudo will be omitted.