Browse Source
Merge pull request #16 from netmanagers/master
Fix ipset:type colon handling error
tags/v0.6.2
Niels Abspoel
6 years ago
No account linked to committer's email address
2 changed files with
3 additions and
4 deletions
-
README.rst
-
firewalld/ipsets.sls
|
|
@@ -58,8 +58,8 @@ Salt Compatibility |
|
|
|
|
|
|
|
Tested with: |
|
|
|
|
|
|
|
* 2014.1.x |
|
|
|
* 2015.5.x |
|
|
|
* 2017.7.x |
|
|
|
* 2018.3.x |
|
|
|
|
|
|
|
OS Compatibility |
|
|
|
================ |
|
|
@@ -45,8 +45,7 @@ directory_firewalld_ipsets: |
|
|
|
- watch_in: |
|
|
|
- cmd: reload_firewalld # reload firewalld config |
|
|
|
- context: |
|
|
|
name: {{ z_name }} |
|
|
|
ipset: {{ v }} |
|
|
|
ipset: {{ v|json_encode_dict }} |
|
|
|
|
|
|
|
{% endfor %} |
|
|
|
{%- endif %} |