
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
83 B
Ruby
6 lines
83 B
Ruby
name "ceph-mon"
|
|
description "Ceph Monitor"
|
|
run_list(
|
|
'recipe[ceph::mon]'
|
|
)
|