Skip to content

Commit

Permalink
fix data type in zone and service template, which broke formula for 2…
Browse files Browse the repository at this point in the history
…016.3
  • Loading branch information
hoonetorg committed Sep 13, 2016
1 parent aeeb6fd commit b91d65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firewalld/services.sls
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ directory_firewalld_services:
- module: service_firewalld # restart service
- context:
name: {{ s_name }}
service: {{ v }}
service: {{ v|json }}
{% endfor %}
2 changes: 1 addition & 1 deletion firewalld/zones.sls
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ directory_firewalld_zones:
- module: service_firewalld # restart service
- context:
name: {{ z_name }}
zone: {{ v }}
zone: {{ v|json }}
{% endfor %}

0 comments on commit b91d65d

Please sign in to comment.