Commit 5f3e99b1 by Czémán Arnold

fwdriver: ip forward on debian

parent 57f98f36
...@@ -77,12 +77,15 @@ include: ...@@ -77,12 +77,15 @@ include:
- source: salt://fwdriver/files/sudoers - source: salt://fwdriver/files/sudoers
{% if grains['os_family'] == 'RedHat' %} {% if grains['os_family'] == 'RedHat' or grains['os'] == 'Debian' %}
systemd-sysctl: systemd-sysctl:
service.running: service.running:
- reload: True - reload: True
- watch:
- file: /etc/sysctl.d/60-circle-firewall.conf
{% endif %}
{% if grains['os_family'] == 'RedHat' %}
/root/firewall-init.te: /root/firewall-init.te:
file.managed: file.managed:
- source: salt://fwdriver/files/firewall-init.te - source: salt://fwdriver/files/firewall-init.te
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment