Merge pull request #3 from saxonww/master

fix header issue
This commit is contained in:
David 2015-01-11 10:34:24 +02:00
commit 0d285162d2
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 %}