diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-16 10:19:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-16 10:19:13 -0700 |
commit | b4e7913972e70b42e632a33930417fb37d2bddd1 (patch) | |
tree | a71ebf6c940cb97d112b4a9521d8279f4741dec8 /RELEASE_NOTES.md | |
parent | 281db195b81f2f156826bbb53cfaf36b0e80cf81 (diff) | |
download | chef-b4e7913972e70b42e632a33930417fb37d2bddd1.tar.gz |
Fix spelling mistake in release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f3c4efe5fb..b99e78ac30 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -45,7 +45,7 @@ end #### chef-client Cookbook Future -With the inclusion of the `chef_client_config` resource in Chef Infra Client 16.6, it is now possible to fully manage the Chef Infra Client without the need for the `chef-client` cookbook. We highly recommend using the `chef_client_config`, `chef_client_trusted_certicate`, and `chef_client_*` service resources to manage your clients instead of the `chef-client` cookbook. In the future we will mark that cookbook as deprecated, at which time it will no longer receive updates. +With the inclusion of the `chef_client_config` resource in Chef Infra Client 16.6, it is now possible to fully manage the Chef Infra Client without the need for the `chef-client` cookbook. We highly recommend using the `chef_client_config`, `chef_client_trusted_certificate`, and `chef_client_*` service resources to manage your clients instead of the `chef-client` cookbook. In the future we will mark that cookbook as deprecated, at which time it will no longer receive updates. Here's a sample of fully managing Linux hosts with the built-in resources: |