fix header issue

This commit is contained in:
Will Saxon 2015-01-11 03:25:20 -05:00 committed by Will Saxon
parent baa2afab61
commit 524105e2df
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
{{pillar['headers']['salt']['file']}}
{% set firewalld = pillar.get('firewalld', {}) -%}
# firewalld config file

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
{{pillar['headers']['salt']['xml']}}
<service>
{% if 'short' in service %}<short>{{ service.short }}</short>{% else %}<short>{{ name }}</short>{% endif %}
{% if 'description' in service %}<description>{{ service.description }}</description>{% endif %}

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
{{pillar['headers']['salt']['xml']}}
<zone{% if 'target' in zone %} target="{{ zone.target }}"{% endif %}>
{% if 'short' in zone %}<short>{{ zone.short }}</short>{% else %}<short>{{ name }}</short>{% endif %}
{% if 'description' in zone %}<description>{{ zone.description }}</description>{% endif %}