Changed to reflect the new httpS endpoint for Chef, since Chef 11.x

This commit is contained in:
Tehmasp Chaudhri 2014-07-16 16:49:26 -06:00
parent a03cf62a29
commit 49e5b9d21d
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>