Fixed some old out of date data on chef solo guide
This commit is contained in:
parent
a3708f0696
commit
16fcb6056d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue