inspec/test/kitchen/cookbooks/os_prepare/files/example.json
Miah Johnson 97a258ae69 Use a more obvious directory structure for kitchen testing
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-16 22:41:03 -07:00

12 lines
146 B
JSON

{
"name": "demo",
"run_list": [
"apache2",
"omnibus"
],
"cookbook_locks": {
"omnibus": {
"version": "2.2.0"
}
}
}