packer-cn/command/test-fixtures/validate/validate_except.json

40 lines
631 B
JSON

{
"builders": [
{
"name": "chocolate",
"type": "file",
"target": "chocolate.txt",
"content": "chocolate"
},
{
"type": "file",
"name": "vanilla"
}
],
"post-processors": [
[
{
"name": "apple",
"type": "shell-local",
"inline": [
"echo apple 'apple'"
]
}
],
[
{
"name": "pear",
"type": "shell-local",
"inline": [
"echo apple 'pear'"
]
},
{
"name": "banana",
"type": "shell-local"
}
]
],
"min_packer_version": "101.0.0"
}