You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reword unbounded-collector warning per review feedback
Replace "catastrophic consequences" with "unforeseeable consequences
like undesired configuration changes" as suggested by tuxmea, and apply
the same wording to the original warning in lang_relationships.markdown
so the two copies stay identical.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Michael Harp <mike@mikeharp.com>
Copy file name to clipboardExpand all lines: docs/_openvox_8x/lang_collectors.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ A collector with an empty search expression will match **every** resource of the
55
55
56
56
{% include alert.html type="warning" content="Do not use unbounded resource collectors without search expressions to limit which resources match.
57
57
They have a side effect of _realizing_ any matching virtual resources whether declared in your own code or in third party modules.
58
-
Using unbounded collectors may result in many unexpected resources being managed and may have catastrophic consequences." %}
58
+
Using unbounded collectors may result in many unexpected resources being managed and may have unforeseeable consequences like undesired configuration changes." %}
59
59
60
60
Parentheses can be used to improve readability and to modify the priority/grouping of `and`/`or`. You can
61
61
create arbitrarily complex expressions using the following four operators:
Copy file name to clipboardExpand all lines: docs/_openvox_8x/lang_relationships.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ This example applies all internal yum repository resources before applying any i
163
163
164
164
{% include alert.html type="warning" content="Do not use unbounded resource collectors without search expressions to limit which resources match.
165
165
They have a side effect of _realizing_ any matching virtual resources whether declared in your own code or in third party modules.
166
-
Using unbounded collectors may result in many unexpected resources being managed and may have catastrophic consequences." %}
166
+
Using unbounded collectors may result in many unexpected resources being managed and may have unforeseeable consequences like undesired configuration changes." %}
167
167
168
168
### Capturing resource references for generated resources
0 commit comments