packer-cn/packer/test-fixtures/build-prov-skip.json
2015-05-28 14:43:15 -07:00

14 lines
188 B
JSON

{
"builders": [{
"type": "test"
}, {
"name": "foo",
"type": "test"
}],
"provisioners": [{
"type": "test",
"only": ["foo"]
}]
}