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
bdfe29b7
authored
Jul 18, 2017
by
Dóbé Péter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graphite: install carbon with pip instead of from repo on RedHat systems
parent
ea128a1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
8 deletions
+1
-8
salt/graphite/files/requirements.txt
+1
-3
salt/graphite/virtualenv.sls
+0
-5
No files found.
salt/graphite/files/requirements.txt
View file @
bdfe29b7
...
@@ -8,8 +8,6 @@ gunicorn
...
@@ -8,8 +8,6 @@ gunicorn
pytz
pytz
pyparsing
pyparsing
whisper
whisper
{%
if grains['os_family'] != 'RedHat' %}
carbon
==0.9.12
{%
endif %}
scandir
scandir
carbon
==0.9.12
graphite-web
graphite-web
salt/graphite/virtualenv.sls
View file @
bdfe29b7
{% if grains['os_family'] == 'RedHat' %}
python-carbon:
pkg.installed
{% endif %}
virtualenv_graphite:
virtualenv_graphite:
virtualenv.managed:
virtualenv.managed:
- name: /home/{{ pillar['graphite']['user'] }}/.virtualenvs/graphite
- name: /home/{{ pillar['graphite']['user'] }}/.virtualenvs/graphite
...
...
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