Commit 690abbf6 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1133 from stonith/master

website: Null Builder docs were missed
parents 89c143bd 70440a80
...@@ -19,8 +19,8 @@ no provisioners are defined, but it will connect to the specified host via ssh. ...@@ -19,8 +19,8 @@ no provisioners are defined, but it will connect to the specified host via ssh.
{ {
"type": "null", "type": "null",
"host": "127.0.0.1", "host": "127.0.0.1",
"username": "foo", "ssh_username": "foo",
"password": "bar" "ssh_password": "bar"
} }
</pre> </pre>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<li><a href="/docs/builders/qemu.html">QEMU</a></li> <li><a href="/docs/builders/qemu.html">QEMU</a></li>
<li><a href="/docs/builders/virtualbox.html">VirtualBox</a></li> <li><a href="/docs/builders/virtualbox.html">VirtualBox</a></li>
<li><a href="/docs/builders/vmware.html">VMware</a></li> <li><a href="/docs/builders/vmware.html">VMware</a></li>
<li><a href="/docs/builders/null.html">Null</a></li>
<li><a href="/docs/builders/custom.html">Custom</a></li> <li><a href="/docs/builders/custom.html">Custom</a></li>
</ul> </ul>
......
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