Commit 6501b752 by Czémán Arnold

network: fix_dhcp.sh only for Red Hat family

parent fd753f0e
...@@ -33,8 +33,10 @@ salt://network/files/reload_firewall.sh: ...@@ -33,8 +33,10 @@ salt://network/files/reload_firewall.sh:
- require: - require:
- service: firewall2 - service: firewall2
{% if grains['os_family'] == 'RedHat' %}
salt://network/files/fix_dhcp.sh: salt://network/files/fix_dhcp.sh:
cmd.script cmd.script
{% endif %}
isc-dhcp-server: isc-dhcp-server:
service: service:
......
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