Fix NULL builder config documentation.

Change from "host" to "ssh_host" was introduced in d545431f9b
This commit is contained in:
Christian Mayer 2015-07-01 10:46:47 +02:00
parent 3239d157c1
commit ebd4cb761d
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ no provisioners are defined, but it will connect to the specified host via ssh.
```javascript ```javascript
{ {
"type": "null", "type": "null",
"host": "127.0.0.1", "ssh_host": "127.0.0.1",
"ssh_username": "foo", "ssh_username": "foo",
"ssh_password": "bar" "ssh_password": "bar"
} }