Skip to content

Commit 73f66c1

Browse files
Revert "Filter out resources that are built with local resources. Issue: CIRRUS-3966"
Will do this once I figure out how this gets updated. This reverts commit e9ac501.
1 parent fb5debe commit 73f66c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/nagios_.jinja2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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 %}
87
{% if "garb" not in resource.name %}
98
define {{object_name}} {
109
{% if named_object %}
@@ -29,5 +28,4 @@ define {{object_name}} {
2928
}
3029
{% endif %}
3130
{% endif %}
32-
{% endif %}
3331
{% endfor %}

0 commit comments

Comments
 (0)