From: Alexandre Marangone Date: Wed, 27 Mar 2013 16:01:01 +0000 (-0700) Subject: Change ceph::apt -> ceph::repo in doc X-Git-Tag: v0.62~164^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F158%2Fhead;p=ceph.git Change ceph::apt -> ceph::repo in doc Signed-off-by: Alexandre Marangone --- 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]" ]