Skip to content

Commit d3ef92a

Browse files
author
Kevin Paulisse
committed
Add note to document about difference between include-tags and ignore-tags
1 parent 37c64b5 commit d3ef92a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/advanced-dynamic-ignores.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Using the `--ignore-tags` command line option, it is possible to ignore all resources with particular Puppet tags. This allows dynamic ignoring of wrappers or other resources that are not of interest.
44

5+
NOTE: This option is separate and distinct from `--include-tags`, which controls whether differences in tags themselves will appear as a difference. For more on `--include-tags`, consult the [options reference](/doc/optionsref.md).
6+
57
## Getting Started
68

79
To use ignored tags, you first need to decide what the name of your tag will be. The standard is `ignored_octocatalog_diff`.

0 commit comments

Comments
 (0)