Commit c71419f7 authored by Mark Peek's avatar Mark Peek

website: tweak the formatting of the sleep tip

parent 6f5ec644
...@@ -150,10 +150,13 @@ will echo the script statements as it is executing. ...@@ -150,10 +150,13 @@ will echo the script statements as it is executing.
*My builds don't always work the same* *My builds don't always work the same*
* Some distrobutions start the SSH daemon before other core services. This can create race conditions. * Some distributions start the SSH daemon before other core services which
Your first provisoner can tell the machine to wait until it completely boots. can create race conditions. Your first provisoner can tell the machine to
wait until it completely boots.
<pre class="prettyprint">
{ {
"type": "script", "type": "script",
"inline": [ "sleep 10" ] "inline": [ "sleep 10" ]
} }
</pre>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment