Merge pull request #1205 from humboldtux/patch-1

Fix staging_directory default path
pull/937/head^2
Ross Smith II 12 years ago
commit 6630d2cac7

@ -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

Loading…
Cancel
Save