packer-cn/template/test-fixtures/validate-good-prov-only.json

11 lines
131 B
JSON
Raw Normal View History

2015-05-21 15:39:32 -06:00
{
"builders": [{
"type": "foo"
}],
"provisioners": [{
"type": "bar",
"only": ["foo"]
}]
}