
This allows for using roles (when they're present in compiled form, i.e. JSON -- I added these). In theory it should help with all search() calls, but I haven't tested that yet.
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"name": "ceph-osd",
|
|
"description": "Ceph Object Storage Device",
|
|
"run_list": [
|
|
"recipe[ceph::repo]",
|
|
"recipe[ceph::osd]"
|
|
]
|
|
} |