packer-cn/template/test-fixtures/validate-good-pp-except.json
2015-05-21 15:42:12 -06:00

11 lines
136 B
JSON

{
"builders": [{
"type": "foo"
}],
"post-processors": [{
"type": "bar",
"except": ["foo"]
}]
}