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

storagedriver: small fix

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