From e0c2ccbb1132146b7a96019095483ee08f9e26ce Mon Sep 17 00:00:00 2001
From: Jerry Aldrich III <jerry@chef.io>
Date: Thu, 1 Dec 2016 01:35:19 -0500
Subject: Modify `knife configure` example `chef_server_url`

A working `knife.rb` needs `chef_server_url` to contain `organizations`
in it's url.

Signed-off-by: Jerry Aldrich III <jerry@chef.io>
---
 distro/common/markdown/man1/knife-configure.mkd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'distro/common')

diff --git a/distro/common/markdown/man1/knife-configure.mkd b/distro/common/markdown/man1/knife-configure.mkd
index f3a4ef02bb..b441dc5d8b 100644
--- a/distro/common/markdown/man1/knife-configure.mkd
+++ b/distro/common/markdown/man1/knife-configure.mkd
@@ -33,10 +33,11 @@ the specified _directory_.
   * On a freshly installed Chef Server, use _knife configure -i_ to
     create an administrator and knife configuration file. Leave the
     field blank to accept the default value. On most systems, the
-    default values are acceptable.
+    default values are acceptable (except for the chef server URL,
+    there you must add your organization name)
 
     user@host$ knife configure -i
-    Please enter the chef server URL: [http://localhost:4000]
+    Please enter the chef server URL: [http://localhost/organizations/myorg]
     Please enter a clientname for the new client: [username]
     Please enter the existing admin clientname: [chef-webui]
     Please enter the location of the existing admin client's private key: [/etc/chef/webui.pem]
-- 
cgit v1.2.1