diff options
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] |