mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
12 lines
146 B
JSON
12 lines
146 B
JSON
{
|
|
"name": "demo",
|
|
"run_list": [
|
|
"apache2",
|
|
"omnibus"
|
|
],
|
|
"cookbook_locks": {
|
|
"omnibus": {
|
|
"version": "2.2.0"
|
|
}
|
|
}
|
|
}
|