Skip to content

Commit e9ac501

Browse files
Carlos KonstanskiCarlos Konstanski
authored andcommitted
Filter out resources that are built with local resources. Issue: CIRRUS-3966
1 parent d038873 commit e9ac501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/nagios_.jinja2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{% set named_object = object_name in named_objects %}
55
{% for resource in resources %}
66
{% if resource.exported %}
7+
{% if "no-cross-site" not in resource.tags %}
78
{% if "garb" not in resource.name %}
89
define {{object_name}} {
910
{% if named_object %}
@@ -28,4 +29,5 @@ define {{object_name}} {
2829
}
2930
{% endif %}
3031
{% endif %}
32+
{% endif %}
3133
{% endfor %}

0 commit comments

Comments
 (0)