Skip to content

Commit

Permalink
Turn on firewall (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
cegerhardson committed Feb 24, 2023
1 parent e37c593 commit 08117b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt/firewall/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ iptables-persistent:
- netfilter-persistent
{% endif %}

{% if pillar["dc"] != "vagrant" %}
service.enabled:
{% if grains["oscodename"] == "trusty" %}
- name: iptables-persistent
Expand All @@ -57,4 +56,3 @@ iptables-persistent:
- watch:
- file: /etc/iptables/rules.v4
- file: /etc/iptables/rules.v6
{% endif %}

0 comments on commit 08117b8

Please sign in to comment.