Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fc03ca78
authored
Aug 10, 2015
by
Czémán Arnold
Committed by
cloud
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storagedriver: small fix
parent
78117b6b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
salt/storagedriver/nfs-server.sls
+1
-1
salt/vmdriver/libvirt.sls
+1
-1
No files found.
salt/storagedriver/nfs-server.sls
View file @
fc03ca78
...
...
@@ -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
...
...
salt/vmdriver/libvirt.sls
View file @
fc03ca78
...
...
@@ -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 %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment