update website chef-client provisioner page

This commit is contained in:
cfortier2 2014-05-21 09:40:02 -04:00
parent e908cc1733
commit fe743f96c7
1 changed files with 3 additions and 0 deletions

View File

@ -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, 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. 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 * `prevent_sudo` (boolean) - By default, the configured commands that are
executed to install and run Chef are executed with `sudo`. If this is true, executed to install and run Chef are executed with `sudo`. If this is true,
then the sudo will be omitted. then the sudo will be omitted.