We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d038873 commit e9ac501Copy full SHA for e9ac501
examples/nagios_.jinja2
@@ -4,6 +4,7 @@
4
{% set named_object = object_name in named_objects %}
5
{% for resource in resources %}
6
{% if resource.exported %}
7
+{% if "no-cross-site" not in resource.tags %}
8
{% if "garb" not in resource.name %}
9
define {{object_name}} {
10
{% if named_object %}
@@ -28,4 +29,5 @@ define {{object_name}} {
28
29
}
30
{% endif %}
31
32
+{% endif %}
33
{% endfor %}
0 commit comments