Commit 6ca48fa3 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #2374 from mifix/fix-null-builder-doc

wesbtei: Fix NULL builder config documentation.
parents 3239d157 ebd4cb76
...@@ -20,8 +20,8 @@ no provisioners are defined, but it will connect to the specified host via ssh. ...@@ -20,8 +20,8 @@ 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"
} }
......
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