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
7a5fd4cb
authored
Oct 30, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dependencies v2
parent
48106f5a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
5 deletions
+22
-5
salt/agentdriver/init.sls
+6
-1
salt/graphite/init.sls
+2
-0
salt/storagedriver/init.sls
+6
-1
salt/vncproxy/init.sls
+8
-3
No files found.
salt/agentdriver/init.sls
View file @
7a5fd4cb
...
...
@@ -14,7 +14,12 @@ agentdriver:
- libmemcached-dev
- zlib1g-dev
- require_in:
- git
repo
: gitrepo_agentdriver
- git: gitrepo_agentdriver
- virtualenv: virtualenv_agentdriver
service:
- running
- watch:
- pkg: agentdriver
- sls: agentdriver.gitrepo
- sls: agentdriver.virtualenv
- sls: agentdriver.configuration
salt/graphite/init.sls
View file @
7a5fd4cb
...
...
@@ -15,6 +15,8 @@ graphite:
- user: {{ pillar['graphite']['user'] }}
- require_in:
- virtualenv: virtualenv_graphite
- service: graphite
- service: graphite-carbon
user:
- present
- name: {{ pillar['graphite']['user'] }}
...
...
salt/storagedriver/init.sls
View file @
7a5fd4cb
...
...
@@ -15,9 +15,14 @@ storagedriver:
- zlib1g-dev
- qemu-utils
- require_in:
- git
repo
: gitrepo_storagedriver
- git: gitrepo_storagedriver
- virtualenv: virtualenv_storagedriver
storage:
service:
- running
- watch:
- pkg: storagedriver
- sls: storagedriver.gitrepo
- sls: storagedriver.virtualenv
- sls: storagedriver.configuration
salt/vncproxy/init.sls
View file @
7a5fd4cb
include:
- vncproxy.configuration
- vncproxy.gitrepo
- vncproxy.virtualenv
- vncproxy.configuration
vncproxy:
pkg.installed:
...
...
@@ -14,7 +14,12 @@ vncproxy:
- libffi-dev
- libssl-dev
- require_in:
- git
repo
: gitrepo_vncproxy
-
gitrepo
: virtualenv_vncproxy
- git: gitrepo_vncproxy
-
virtualenv
: virtualenv_vncproxy
service:
- running
- watch:
- pkg: vncproxy
- sls: vncproxy.gitrepo
- sls: vncproxy.virtualenv
- sls: vncproxy.configuration
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