
The roles are named ceph-mon etc. The recipes are named ceph::mon etc. The cookbook is named "ceph". The git repository is named "ceph-cookbooks.git". The string "ceph-cookbooks" should not be anywhere in the code anywhere inside of the cookbook.
6 lines
91 B
Ruby
6 lines
91 B
Ruby
name "ceph-mds"
|
|
description "Ceph Metadata Server"
|
|
run_list(
|
|
'recipe[ceph::mds]'
|
|
)
|