inspec/test/integration/cookbooks/os_prepare/files/example.json

12 lines
146 B
JSON

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