Skip to content

Commit 8f10e81

Browse files
committed
linting fixes
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 9241c29 commit 8f10e81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/custom_resource_glossary.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,12 @@ Chef Infra Client will only update the property values that require
133133
updates and will not make changes when the property values are already
134134
in the desired state.
135135

136+
<!-- markdownlint-disable MD026 -->
137+
136138
## current_value_does_not_exist!
137139

140+
<!-- markdownlint-enable MD026 -->
141+
138142
When using the `load_current_value` block, use `current_value_does_not_exist!` to indicate that the value does not exist and that `current_resource` should therefore be `nil`.
139143

140144
```ruby
@@ -400,7 +404,6 @@ where:
400404

401405
Correctly use the properties of the __execute__ resource and not the identically-named override properties of the custom resource.
402406

403-
404407
## partial
405408

406409
To DRY (don't repeat yourself) up code, custom resources can include partials from common files.

0 commit comments

Comments
 (0)