cookbook-ceph/roles/ceph-mon.rb
Tommi Virtanen 4f8f6828e1 Revert last three commits.
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.
2012-07-13 10:44:16 -07:00

6 lines
83 B
Ruby

name "ceph-mon"
description "Ceph Monitor"
run_list(
'recipe[ceph::mon]'
)