diff options
author | Tim Smith <tsmith@chef.io> | 2016-10-20 08:18:22 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-10-20 08:18:22 -0700 |
commit | 04431f74a815fa9a9e6bb51291893a536ab3db92 (patch) | |
tree | 8e77297918b2100cce9639d03d41162e34d65680 /distro | |
parent | 78dddf4cccc4b4d762e31c40a0576d4573933798 (diff) | |
download | chef-04431f74a815fa9a9e6bb51291893a536ab3db92.tar.gz |
More Opscode -> Chef updates
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/html/knife_bootstrap.html | 2 | ||||
-rw-r--r-- | distro/common/man/man1/README.md | 4 | ||||
-rw-r--r-- | distro/common/man/man1/knife-client.1 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/distro/common/html/knife_bootstrap.html b/distro/common/html/knife_bootstrap.html index 5e3d70404f..7589dfbaba 100644 --- a/distro/common/html/knife_bootstrap.html +++ b/distro/common/html/knife_bootstrap.html @@ -173,7 +173,7 @@ <div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife bootstrap 192.168.1.100 -r <span class="s1">'role[webserver]'</span> -d ubuntu12.04-gems-mine </pre></div> </div> -<p>Alternatively, an example bootstrap template can be found in the git source for the chef-repo: <a class="reference external" href="https://github.com/opscode/chef/tree/master/lib/chef/knife/bootstrap">https://github.com/opscode/chef/tree/master/lib/chef/knife/bootstrap</a>. Copy the template to <tt class="docutils literal"><span class="pre">~/.chef-repo/.chef/bootstrap/ubuntu12.04-apt.erb</span></tt> and modify the template appropriately.</p> +<p>Alternatively, an example bootstrap template can be found in the git source for the chef-repo: <a class="reference external" href="https://github.com/chef/chef/tree/master/lib/chef/knife/bootstrap">https://github.com/chef/chef/tree/master/lib/chef/knife/bootstrap</a>. Copy the template to <tt class="docutils literal"><span class="pre">~/.chef-repo/.chef/bootstrap/ubuntu12.04-apt.erb</span></tt> and modify the template appropriately.</p> </div> <div class="section" id="debian-and-apt"> <h3>Debian and Apt<a class="headerlink" href="#debian-and-apt" title="Permalink to this headline">ΒΆ</a></h3> diff --git a/distro/common/man/man1/README.md b/distro/common/man/man1/README.md index 9a915fb4cc..7af6aa8948 100644 --- a/distro/common/man/man1/README.md +++ b/distro/common/man/man1/README.md @@ -9,7 +9,7 @@ that are built into the chef-client are managed. ## Source Files The source files are located in the chef-docs repository: -https://github.com/opscode/chef-docs +https://github.com/chef/chef-docs Each Knife subcommand has its own source folder. The folder naming pattern begins with man_. @@ -55,4 +55,4 @@ at docs.opscode.com/knife_foo.html. ## Questions? -Open an [Issue](https://github.com/opscode/chef-docs/issues) and ask. +Open an [Issue](https://github.com/chef/chef-docs/issues) and ask. diff --git a/distro/common/man/man1/knife-client.1 b/distro/common/man/man1/knife-client.1 index 9dbd174c71..24bd999d65 100644 --- a/distro/common/man/man1/knife-client.1 +++ b/distro/common/man/man1/knife-client.1 @@ -37,7 +37,7 @@ However, during the first chef\-client run, this private key does not exist. Ins .sp During the initial chef\-client run, the chef\-client will register with the Chef server using the private key assigned to the chef\-validator, after which the chef\-client will obtain a \fBclient.pem\fP private key for all future authentication requests to the Chef server\&. .sp -After the initial chef\-client run has completed successfully, the chef\-validator is no longer required and may be deleted from the node. Use the \fBdelete_validation\fP recipe found in the \fBchef\-client\fP cookbook (\fI\%https://github.com/opscode\-cookbooks/chef\-client\fP) to remove the chef\-validator\&. +After the initial chef\-client run has completed successfully, the chef\-validator is no longer required and may be deleted from the node. Use the \fBdelete_validation\fP recipe found in the \fBchef\-client\fP cookbook (\fI\%https://github.com/chef\-cookbooks/chef\-client\fP) to remove the chef\-validator\&. .sp The \fBknife client\fP subcommand is used to manage an API client list and their associated RSA public key\-pairs. This allows authentication requests to be made to the Chef server by any entity that uses the Chef server API, such as the chef\-client and knife\&. .SH COMMON OPTIONS |