diff --git a/docs/provisioners/chef_solo.md b/docs/provisioners/chef_solo.md index f40adfac2..5ddc56cdc 100644 --- a/docs/provisioners/chef_solo.md +++ b/docs/provisioners/chef_solo.md @@ -122,9 +122,9 @@ By default, Vagrant JSON configuration looks like the following: This JSON configuration is specifically thought out such that the `instance_role` key could be used so that cookbooks could be shared between production and development, possibly tweaking paths or configuration based on the `instance_role`. And -`project_directory` is useful if you're setting up a VirtualHost for a web server, +`directory` is useful if you're setting up a VirtualHost for a web server, for example, and need to set the path to the public directory within your -`project_directory`. +`directory`. But sometimes, cookbooks need additional, custom JSON configuration. For this you can specify additional JSON data in the Vagrantfile: