summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-04 21:57:47 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-04 21:57:47 -0800
commit4dd25f881a9d8eae7b82377de084836858d8e57b (patch)
tree37cf14f765c900ba8d57783ddcc2dd616f76daa8
parent69147fc6d93b120040c735318b6fc1d09a638933 (diff)
downloadchef-4dd25f881a9d8eae7b82377de084836858d8e57b.tar.gz
Fix release note header levels
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b99e78ac30..f4721e232d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -783,15 +783,15 @@ Use the `alternatives` resource to manage symbolic links to specify default comm
We've added new resources to Chef Infra Client for setting the client to run on an interval using native system schedulers. We believe that these native schedulers provide a more flexible and reliable method for running the client than the traditional method of running as a full service. Using the native schedulers reduces hung clients and eases upgrades. This is the first of many steps towards removing the need for the `chef-client` cookbook and allowing Chef Infra Client to configure itself out of the box.
-#### chef_client_cron
+### chef_client_cron
Use the `chef_client_cron` resource to setup the Chef Infra Client to run on a schedule using cron on Linux, Solaris, and AIX systems. See the [chef_client_cron documentation](https://docs.chef.io/resources/chef_client_cron/) for full usage information.
-#### chef_client_systemd_timer
+### chef_client_systemd_timer
Use the `chef_client_systemd_timer` resource to setup the Chef Infra Client to run on a schedule using a systemd timer on systemd based Linux systems (RHEL 7+, Debian 8+, Ubuntu 16.04+ SLES 12+). See the [chef_client_systemd_timer documentation](https://docs.chef.io/resources/chef_client_systemd_timer/) for full usage information.
-#### chef_client_scheduled_task
+### chef_client_scheduled_task
Use the `chef_client_scheduled_task` resource to setup the Chef Infra Client to run on a schedule using Windows Scheduled Tasks. See the [chef_client_scheduled_task documentation](https://docs.chef.io/resources/chef_client_scheduled_task/) for full usage information.