From 9462129bef97d7d783cd1d994657beda0c68a78f Mon Sep 17 00:00:00 2001 From: Benoit Benedetti Date: Mon, 26 May 2014 14:27:17 +0200 Subject: [PATCH] Fix staging_directory default path --- website/source/docs/provisioners/chef-client.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/chef-client.html.markdown b/website/source/docs/provisioners/chef-client.html.markdown index 5c745a486..236e3b4c8 100644 --- a/website/source/docs/provisioners/chef-client.html.markdown +++ b/website/source/docs/provisioners/chef-client.html.markdown @@ -76,7 +76,7 @@ since it will allow the provisioner to clean up the node/client. on the machine using the Opscode omnibus installers. * `staging_directory` (string) - This is the directory where all the configuration - of Chef by Packer will be placed. By default this is "/tmp/packer-chef-solo". + of Chef by Packer will be placed. By default this is "/tmp/packer-chef-client". This directory doesn't need to exist but must have proper permissions so that the SSH user that Packer uses is able to create directories and write into this folder. If the permissions are not correct, use a shell provisioner