inspec/test/cookbooks/os_prepare/files/example.json
2016-03-18 11:30:54 +01:00

12 lines
146 B
JSON

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