packer-cn/command/test-fixtures/var-arg/fruit_builder.json

21 lines
392 B
JSON

{
"variables": {
"fruit": null
},
"builders": [
{
"communicator": "none",
"type": "null"
}
],
"post-processors": [
[
{
"name": "apple",
"type": "shell-local",
"inline": [ "echo {{ user `fruit` }} > {{ user `fruit` }}.txt" ]
}
]
]
}