mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 17:24:00 -04:00
Merge pull request #2374 from mifix/fix-null-builder-doc
wesbtei: Fix NULL builder config documentation.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user