blob: 016e20b1964abbe5ef323cbd843dbfe4fcf597f3 [file] [log] [blame]
{
"variables": {
"null_var": null
},
"builders": [{
"type": "null",
"communicator": "none"
}],
"provisioners": [
{
"type": "shell-local",
"inline": "echo yop"
}
]
}