fix graphite requirements
Showing
... | @@ -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 %} |
Please
register
or
sign in
to comment