
Fixes: https://github.com/ceph/ceph-cookbooks/pull/30 Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
7 lines
113 B
Ruby
7 lines
113 B
Ruby
name "ceph-mon"
|
|
description "Ceph Monitor"
|
|
run_list(
|
|
'recipe[ceph::repo]',
|
|
'recipe[ceph::mon]'
|
|
)
|