Commit 70440a80 authored by Darren Foo's avatar Darren Foo

Correct example to use ssh_username/ssh_password

parent 253b5594
......@@ -19,8 +19,8 @@ no provisioners are defined, but it will connect to the specified host via ssh.
{
"type": "null",
"host": "127.0.0.1",
"username": "foo",
"password": "bar"
"ssh_username": "foo",
"ssh_password": "bar"
}
</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