From 9369f9187124abf9f7177a249909aaa84601faaf Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Wed, 27 Mar 2013 09:01:01 -0700 Subject: [PATCH] Change ceph::apt -> ceph::repo in doc Signed-off-by: Alexandre Marangone --- doc/rados/deployment/chef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/deployment/chef.rst b/doc/rados/deployment/chef.rst index 7055d5f8efd..2328a270de5 100644 --- a/doc/rados/deployment/chef.rst +++ b/doc/rados/deployment/chef.rst @@ -182,7 +182,7 @@ The node configuration should appear in your text editor. Change the ``chef_environment`` value to ``Ceph`` (or whatever name you set for your Ceph environment). -In the ``run_list``, add ``"recipe[ceph::apt]",`` to all nodes as +In the ``run_list``, add ``"recipe[ceph::repo]",`` to all nodes as the first setting, so that Chef can install or update the necessary packages. Then, add at least one of:: @@ -204,7 +204,7 @@ key to the host name for the node. :: ] }, "run_list": [ - "recipe[ceph::apt]", + "recipe[ceph::repo]", "role[ceph-mon]", "role[ceph-mds]" ]