Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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:
include:
- manager.pipeline
- manager.gitrepo
- manager.gitrepo
- manager.agentgit
- manager.agentgit
- manager.postgres
- manager.postgres
...
@@ -6,7 +7,6 @@ include:
...
@@ -6,7 +7,6 @@ include:
- manager.virtualenv
- manager.virtualenv
- manager.configuration
- manager.configuration
- manager.nginx
- manager.nginx
- manager.pipeline
manager:
manager:
pkg.installed:
pkg.installed:
...
@@ -36,7 +36,7 @@ manager:
...
@@ -36,7 +36,7 @@ manager:
service:
service:
- running
- running
- watch:
- watch:
- file: postactivate
- file:
manager_
postactivate
- file: /etc/init/manager.conf
- file: /etc/init/manager.conf
- file: /etc/init/mancelery.conf
- file: /etc/init/mancelery.conf
- file: /etc/init/moncelery.conf
- file: /etc/init/moncelery.conf
...
...
salt/nfs-client/init.sls
View file @
c4edc2ce
{% if pillar['nfs']['enabled'] %}
nfs-client:
nfs-client:
pkg.installed:
pkg.installed:
- pkgs:
- pkgs:
...
@@ -14,3 +15,4 @@ nfs-client:
...
@@ -14,3 +15,4 @@ nfs-client:
- pass_num: 2
- pass_num: 2
- persist: True
- persist: True
- mkmnt: True
- mkmnt: True
{% endif %}
salt/storagedriver/nfs-server.sls
View file @
c4edc2ce
{% if pillar['nfs']['enabled'] %}
nfs-server:
nfs-server:
service:
service:
- name: nfs-kernel-server
- name: nfs-kernel-server
...
@@ -13,3 +14,6 @@ nfs-server:
...
@@ -13,3 +14,6 @@ nfs-server:
- template: jinja
- template: jinja
- sources:
- sources:
- salt://storagedriver/files/exports.tmpl
- 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