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:
commit
79d55c20b3
|
@ -23,7 +23,7 @@ remote machine and run Chef client.
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
{
|
{
|
||||||
"type": "chef-client",
|
"type": "chef-client",
|
||||||
"server_url": "http://mychefserver.com:4000/"
|
"server_url": "https://mychefserver.com/"
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue