Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/_openvox_8x/lang_collectors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ resembles the normal syntax for [Puppet expressions][expressions], but is not th

A collector with an empty search expression will match **every** resource of the specified resource type.

{% include alert.html type="warning" content="Do not use unbounded resource collectors without search expressions to limit which resources match.
They have a side effect of _realizing_ any matching virtual resources whether declared in your own code or in third party modules.
Using unbounded collectors may result in many unexpected resources being managed and may have unforeseeable consequences like undesired configuration changes." %}

Parentheses can be used to improve readability and to modify the priority/grouping of `and`/`or`. You can
create arbitrarily complex expressions using the following four operators:

Expand Down
2 changes: 1 addition & 1 deletion docs/_openvox_8x/lang_relationships.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ This example applies all internal yum repository resources before applying any i

{% include alert.html type="warning" content="Do not use unbounded resource collectors without search expressions to limit which resources match.
They have a side effect of _realizing_ any matching virtual resources whether declared in your own code or in third party modules.
Using unbounded collectors may result in many unexpected resources being managed and may have catastrophic consequences." %}
Using unbounded collectors may result in many unexpected resources being managed and may have unforeseeable consequences like undesired configuration changes." %}

### Capturing resource references for generated resources

Expand Down