Commit fc03ca78 by Czémán Arnold Committed by cloud

storagedriver: small fix

parent 78117b6b
......@@ -36,7 +36,7 @@ nfs-server:
{% if grains['os_family'] == 'RedHat' %}
/etc/sysconfig/nfs:
{% else %}
/etc/default/nfs-common
/etc/default/nfs-common:
{% endif %}
file.managed:
- source: salt://storagedriver/files/nfsconfig
......
......@@ -139,7 +139,7 @@ open_libvirt_ports:
firewall-cmd --reload
{% else %}
- name: >
ufw allow 49152:49215/tcp
ufw allow 49152:49215/tcp ;
ufw allow 16509/tcp
{% endif %}
......
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