diff options
author | Jerry Aldrich III <jerry@chef.io> | 2016-12-01 01:35:19 -0500 |
---|---|---|
committer | Jerry Aldrich III <jerry@chef.io> | 2016-12-01 09:02:34 -0500 |
commit | e0c2ccbb1132146b7a96019095483ee08f9e26ce (patch) | |
tree | 02a42fd80666d3a3e112f793b3b671a3fcc2be49 /distro | |
parent | 0a2e27001c3c678f2a0a7d354a14a4e36c6555e9 (diff) | |
download | chef-e0c2ccbb1132146b7a96019095483ee08f9e26ce.tar.gz |
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>
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/markdown/man1/knife-configure.mkd | 5 |
1 files changed, 3 insertions, 2 deletions
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] |