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
c4edc2ce
authored
Nov 17, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
random fixes
parent
598f03ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
salt/manager/init.sls
+2
-2
salt/nfs-client/init.sls
+2
-0
salt/storagedriver/nfs-server.sls
+4
-0
No files found.
salt/manager/init.sls
View file @
c4edc2ce
include:
- manager.pipeline
- manager.gitrepo
- manager.agentgit
- manager.postgres
...
...
@@ -6,7 +7,6 @@ include:
- manager.virtualenv
- manager.configuration
- manager.nginx
- manager.pipeline
manager:
pkg.installed:
...
...
@@ -36,7 +36,7 @@ manager:
service:
- running
- watch:
- file: postactivate
- file:
manager_
postactivate
- file: /etc/init/manager.conf
- file: /etc/init/mancelery.conf
- file: /etc/init/moncelery.conf
...
...
salt/nfs-client/init.sls
View file @
c4edc2ce
{% if pillar['nfs']['enabled'] %}
nfs-client:
pkg.installed:
- pkgs:
...
...
@@ -14,3 +15,4 @@ nfs-client:
- pass_num: 2
- persist: True
- mkmnt: True
{% endif %}
salt/storagedriver/nfs-server.sls
View file @
c4edc2ce
{% if pillar['nfs']['enabled'] %}
nfs-server:
service:
- name: nfs-kernel-server
...
...
@@ -13,3 +14,6 @@ nfs-server:
- template: jinja
- sources:
- salt://storagedriver/files/exports.tmpl
- require:
- pkg: nfs-server
{% 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