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.
2 parents fb5debe + 73f66c1 commit 195f18bCopy full SHA for 195f18b
examples/nagios_.jinja2
@@ -4,7 +4,6 @@
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 %}
@@ -29,5 +28,4 @@ define {{object_name}} {
29
28
}
30
{% endif %}
31
32
-{% endif %}
33
{% endfor %}
0 commit comments