Commit 7a927e92 by Desztics Armand

fix graphite requirements

parent b75cd737
...@@ -8,7 +8,7 @@ gunicorn ...@@ -8,7 +8,7 @@ gunicorn
pytz pytz
pyparsing pyparsing
whisper whisper
{% if grains['os_family'] != 'RedHat' %} {% if grains['os_family'] != 'RedHat' %}
carbon==0.9.12 --install-option="--prefix=/opt/graphite" --install-option="--install-lib=/opt/graphite/lib" carbon==0.9.12 {% if grains['osfinger'] == 'Ubuntu-16.04' %}--install-option="--prefix=/opt/graphite" --install-option="--install-lib=/opt/graphite/lib"{% endif %}
{% endif %} {% endif %}
graphite-web --install-option="--prefix=/opt/graphite" --install-option="--install-lib=/opt/graphite/webapp" graphite-web {% if grains['osfinger'] == 'Ubuntu-16.04' %}--install-option="--prefix=/opt/graphite" --install-option="--install-lib=/opt/graphite/webapp"{% endif %}
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