Commit 30345ad5 by Czémán Arnold

graphite: move carbon package from pip to system's package manager

parent 3feb5a0c
graphite_carbon:
pkg.installed:
{% if grains['os_family'] == 'RedHat' %}
- name: python-carbon
{% else %}
- name: graphite-carbon
{% endif %}
virtualenv_graphite: virtualenv_graphite:
virtualenv.managed: virtualenv.managed:
- name: /home/{{ pillar['graphite']['user'] }}/.virtualenvs/graphite - 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