fix header issue
This commit is contained in:
parent
baa2afab61
commit
524105e2df
@ -1,4 +1,3 @@
|
|||||||
{{pillar['headers']['salt']['file']}}
|
|
||||||
{% set firewalld = pillar.get('firewalld', {}) -%}
|
{% set firewalld = pillar.get('firewalld', {}) -%}
|
||||||
# firewalld config file
|
# firewalld config file
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
{{pillar['headers']['salt']['xml']}}
|
|
||||||
<service>
|
<service>
|
||||||
{% if 'short' in service %}<short>{{ service.short }}</short>{% else %}<short>{{ name }}</short>{% endif %}
|
{% if 'short' in service %}<short>{{ service.short }}</short>{% else %}<short>{{ name }}</short>{% endif %}
|
||||||
{% if 'description' in service %}<description>{{ service.description }}</description>{% endif %}
|
{% if 'description' in service %}<description>{{ service.description }}</description>{% endif %}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
{{pillar['headers']['salt']['xml']}}
|
|
||||||
<zone{% if 'target' in zone %} target="{{ zone.target }}"{% endif %}>
|
<zone{% if 'target' in zone %} target="{{ zone.target }}"{% endif %}>
|
||||||
{% if 'short' in zone %}<short>{{ zone.short }}</short>{% else %}<short>{{ name }}</short>{% endif %}
|
{% if 'short' in zone %}<short>{{ zone.short }}</short>{% else %}<short>{{ name }}</short>{% endif %}
|
||||||
{% if 'description' in zone %}<description>{{ zone.description }}</description>{% endif %}
|
{% if 'description' in zone %}<description>{{ zone.description }}</description>{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user