summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-21 13:20:16 -0700
committerTim Smith <tsmith@chef.io>2021-07-21 13:20:16 -0700
commitcc5b6935c1472c44e82f8823598b4dc7a43f5e9d (patch)
treea4dbb0f9ef6441bb48b6488962076f7de1f8f54c /RELEASE_NOTES.md
parent2587eaf1852db9b895c2bdb803b04b7a00e5d715 (diff)
downloadchef-cc5b6935c1472c44e82f8823598b4dc7a43f5e9d.tar.gz
Fix header size
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ccf6c1f027..b68f44e74a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -259,7 +259,7 @@ secret(name: 'test1', version: 'v1', service: :azure_key_vault, config: { vault:
The secrets helper returns a text string, so it can be used anywhere in Chef Infra that you'd hard code a value or access a value a data bag.
-#### Writing a Secret To a File
+##### Writing a Secret To a File
```ruby
file '/home/ubuntu/aws-secret' do
@@ -267,7 +267,7 @@ file '/home/ubuntu/aws-secret' do
end
```
-#### Passing a Secret to a Template
+##### Passing a Secret to a Template
```ruby
template '/etc/my_fancy_service/my_fancy_service.conf' do