summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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