From c9352ce2386c1deffba51f00b9f12a85440e6447 Mon Sep 17 00:00:00 2001 From: Christopher Elkins Date: Wed, 28 Aug 2013 21:23:57 -0700 Subject: [PATCH] Fix incorrect config key for staging directory --- website/source/docs/provisioners/chef-solo.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/chef-solo.html.markdown b/website/source/docs/provisioners/chef-solo.html.markdown index 9d5efb140..61120ebee 100644 --- a/website/source/docs/provisioners/chef-solo.html.markdown +++ b/website/source/docs/provisioners/chef-solo.html.markdown @@ -33,7 +33,7 @@ configuration is actually required, but at least `run_list` is recommended. * `cookbook_paths` (array of strings) - This is an array of paths to "cookbooks" directories on your local filesystem. These will be uploaded - to the remote machine in the directory specified by the `staging_dir`. + to the remote machine in the directory specified by the `staging_directory`. By default, this is empty. * `execute_command` (string) - The command used to execute Chef. This has @@ -62,7 +62,7 @@ configuration is actually required, but at least `run_list` is recommended. * `skip_install` (boolean) - If true, Chef will not automatically be installed on the machine using the Opscode omnibus installers. -* `staging_dir` (string) - This is the directory where all the configuration +* `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". 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