mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
12 lines
105 B
JSON
12 lines
105 B
JSON
{
|
|
"name": "demo",
|
|
"run_list": [
|
|
"a",
|
|
"b"
|
|
],
|
|
"x": {
|
|
"y": {
|
|
"z": 123
|
|
}
|
|
}
|
|
}
|