packer-cn/packer/test-fixtures/build-prov.json

10 lines
108 B
JSON
Raw Normal View History

2015-05-26 12:14:29 -04:00
{
"builders": [{
"type": "test"
}],
"provisioners": [{
"type": "test"
}]
}