packer-cn/packer/test-fixtures/build-prov-skip-include.json
2015-05-26 09:16:39 -07:00

11 lines
134 B
JSON

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