summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-28 07:28:42 +0200
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-28 07:28:42 +0200
commit44d13a76a91544db886a6e6970d94affd488736c (patch)
tree978f631e09063937fd982ff03c66b44ddecc9901
parentceph-filestore-dump: fix warnings on i386 build (diff)
downloadceph-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.rst6
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