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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
fb3d9388
authored
Aug 27, 2015
by
Czémán Arnold
Committed by
cloud
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfs-client: add rpcbind requirement
parent
ef4d4d1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
salt/nfs-client/init.sls
+14
-2
No files found.
salt/nfs-client/init.sls
View file @
fb3d9388
rpcbind_for_nfs_client:
pkg.installed:
- name: rpcbind
service:
- running
- name: rpcbind
- reload: True
- require:
- pkg: rpcbind
nfs-client:
nfs-client:
pkg.installed:
pkg.installed:
- pkgs:
- pkgs:
...
@@ -33,8 +44,9 @@ nfs_selinux:
...
@@ -33,8 +44,9 @@ nfs_selinux:
- pass_num: 2
- pass_num: 2
- persist: True
- persist: True
- mkmnt: True
- mkmnt: True
{% if grains['os_family'] == 'RedHat' %}
- require:
- require:
- service: rpcbind_for_nfs_client
{% if grains['os_family'] == 'RedHat' %}
- pkg: nfs_selinux
- pkg: nfs_selinux
{% endif %}
{% 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