Selaa lähdekoodia

Add warning header to salt-generated files

tags/v0.6.2
Javier Bértoli 7 vuotta sitten
vanhempi
commit
141d8a4781
5 muutettua tiedostoa jossa 25 lisäystä ja 0 poistoa
  1. +5
    -0
      firewalld/files/direct.xml
  2. +5
    -0
      firewalld/files/firewalld.conf
  3. +5
    -0
      firewalld/files/ipset.xml
  4. +5
    -0
      firewalld/files/service.xml
  5. +5
    -0
      firewalld/files/zone.xml

+ 5
- 0
firewalld/files/direct.xml Näytä tiedosto

@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is managed/generated by salt.
Do not edit this file manually, it will be overwritten!
Modify the salt pillar for firewalld instead
-->
<direct>
{%- if 'chain' in direct %}
{%- for k, v in direct.chain.items() %}

+ 5
- 0
firewalld/files/firewalld.conf Näytä tiedosto

@@ -1,4 +1,9 @@
{% set firewalld = pillar.get('firewalld', {}) -%}
#
# This file is managed/generated by salt.
# Do not edit this file manually, it will be overwritten!
# Modify the salt pillar for firewalld instead
#
# firewalld config file

# default zone

+ 5
- 0
firewalld/files/ipset.xml Näytä tiedosto

@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is managed/generated by salt.
Do not edit this file manually, it will be overwritten!
Modify the salt pillar for firewalld instead
-->
<ipset{%- if 'type' in ipset %} type="{{ ipset.type }}" {%- endif %}>
{%- if 'short' in ipset %}
<short>{{ ipset.short }}</short>

+ 5
- 0
firewalld/files/service.xml Näytä tiedosto

@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is managed/generated by salt.
Do not edit this file manually, it will be overwritten!
Modify the salt pillar for firewalld instead
-->
<service version="1">
{% if 'short' in service %}<short>{{ service.short }}</short>{%- else %}<short>{{ name }}</short>{%- endif %}
{% if 'description' in service %}<description>{{ service.description }}</description>{%- endif %}

+ 5
- 0
firewalld/files/zone.xml Näytä tiedosto

@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is managed/generated by salt.
Do not edit this file manually, it will be overwritten!
Modify the salt pillar for firewalld instead
-->
<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 %}

Loading…
Peruuta
Tallenna