Commit bdfe29b7 by Dóbé Péter

graphite: install carbon with pip instead of from repo on RedHat systems

parent ea128a1b
......@@ -8,8 +8,6 @@ gunicorn
pytz
pyparsing
whisper
{% if grains['os_family'] != 'RedHat' %}
carbon==0.9.12
{% endif %}
scandir
carbon==0.9.12
graphite-web
{% if grains['os_family'] == 'RedHat' %}
python-carbon:
pkg.installed
{% endif %}
virtualenv_graphite:
virtualenv.managed:
- name: /home/{{ pillar['graphite']['user'] }}/.virtualenvs/graphite
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment