Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#4 from aboe76/master
Browse files Browse the repository at this point in the history
Minor improvements
  • Loading branch information
tinuva committed May 29, 2015
2 parents 8afeae0 + cea22ec commit d78e351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ Salt Compatibility
Tested with:

* 2014.1.x
* 2015.5.x

OS Compatibility
================

Tested with:

* CentOS 7
* Archlinux
6 changes: 3 additions & 3 deletions firewalld/files/service.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
{%- if 'short' in service %}<short>{{ service.short }}</short>{%- else %}<short>{{ name }}</short>{%- endif %}
{%- if 'description' in service %}<description>{{ service.description }}</description>{%- endif %}
<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 %}
{%- if 'ports' in service %}
{%- if 'tcp' in service.ports %}
{%- for v in service.ports.tcp %}
Expand Down

0 comments on commit d78e351

Please sign in to comment.