Skip to content

Commit

Permalink
Change ceph::apt -> ceph::repo in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Marangone <[email protected]>
  • Loading branch information
Alexandre Marangone committed Mar 27, 2013
1 parent 491795e commit 9369f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rados/deployment/chef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand All @@ -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]"
]
Expand Down

0 comments on commit 9369f91

Please sign in to comment.