Changed to reflect the new httpS endpoint for Chef, since Chef 11.x
This commit is contained in:
parent
a03cf62a29
commit
49e5b9d21d
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue