summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTommi Virtanen <tv@inktank.com>2012-06-13 16:23:14 -0700
committerTommi Virtanen <tv@inktank.com>2012-06-13 16:23:14 -0700
commite48dab43aef5dda5f286b902f5b1ba5a609926fd (patch)
tree16486dd6d868569c0b666e6c340c497a3d4d2dd8 /doc
parent67710a65c7cd1173c73c40241572d615dd7da1f3 (diff)
downloadceph-e48dab43aef5dda5f286b902f5b1ba5a609926fd.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/config-cluster/chef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config-cluster/chef.rst b/doc/config-cluster/chef.rst
index f2162863281..500ccb84ed3 100644
--- a/doc/config-cluster/chef.rst
+++ b/doc/config-cluster/chef.rst
@@ -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