Correct example to use ssh_username/ssh_password

This commit is contained in:
Darren Foo 2014-05-06 16:38:33 -07:00
parent 253b5594ef
commit 70440a805e
1 changed files with 2 additions and 2 deletions

View File

@ -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>