diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-28 07:28:42 +0200 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-28 07:28:42 +0200 |
commit | 44d13a76a91544db886a6e6970d94affd488736c (patch) | |
tree | 978f631e09063937fd982ff03c66b44ddecc9901 | |
parent | ceph-filestore-dump: fix warnings on i386 build (diff) | |
download | ceph-44d13a76a91544db886a6e6970d94affd488736c.tar.xz ceph-44d13a76a91544db886a6e6970d94affd488736c.zip |
doc: Fix. ceph, not chef.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/start/quick-start-preflight.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index 4a39c49f273..9df872bccd8 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -52,10 +52,10 @@ the user you create requires passwordless ``sudo`` priveleges. for security reasons. To provide full privileges to the user, add the following to -``/etc/sudoers.d/chef``. :: +``/etc/sudoers.d/ceph``. :: - echo "chef ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/chef - sudo chmod 0440 /etc/sudoers.d/chef + echo "ceph ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/ceph + sudo chmod 0440 /etc/sudoers.d/ceph Configure SSH |