Commit ebd4cb76 authored by Christian Mayer's avatar Christian Mayer

Fix NULL builder config documentation.

Change from "host" to "ssh_host" was introduced in d545431f
parent 3239d157
......@@ -20,8 +20,8 @@ no provisioners are defined, but it will connect to the specified host via ssh.
```javascript
{
"type": "null",
"host": "127.0.0.1",
"type": "null",
"ssh_host": "127.0.0.1",
"ssh_username": "foo",
"ssh_password": "bar"
}
......
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