doc: Multi-monitor support means ceph::single_mon was renamed.

This changed in ceph-cookbooks.git commit
8e56551b11fe28cc4f29f4fcdcf6c38516bdc833.

Signed-off-by: Tommi Virtanen <tv@inktank.com>
This commit is contained in:
Tommi Virtanen 2012-06-13 16:23:14 -07:00
parent 67710a65c7
commit e48dab43ae

View File

@ -50,7 +50,7 @@ Create a role file for the Ceph monitor. ::
name "ceph-mon"
description "Ceph monitor server"
run_list(
'recipe[ceph::single_mon]'
'recipe[ceph::mon]'
)
EOF