]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Change ceph::apt -> ceph::repo in doc 158/head
authorAlexandre Marangone <alexandre.marangone@inktank.com>
Wed, 27 Mar 2013 16:01:01 +0000 (09:01 -0700)
committerAlexandre Marangone <alexandre.marangone@inktank.com>
Wed, 27 Mar 2013 16:01:01 +0000 (09:01 -0700)
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
doc/rados/deployment/chef.rst

index 7055d5f8efd8ab7ac0438d7bfb16d69f2514bba7..2328a270de5fe6e55f9432338bd16cd1072c85cb 100644 (file)
@@ -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]"
                ]