Merge pull request #1340 from tehmaspc/tehmaspc_chefserver_https_endpoint_doc_update

[DOC] Changed to reflect the new httpS endpoint for Chef, since Chef 11.x
This commit is contained in:
Ross Smith II 2014-07-16 20:17:59 -07:00
commit 79d55c20b3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ remote machine and run Chef client.
<pre class="prettyprint">
{
"type": "chef-client",
"server_url": "http://mychefserver.com:4000/"
"server_url": "https://mychefserver.com/"
}
</pre>