Commit 52d59add by Bill DeRusha Committed by Clinton Blackburn

Add libffi-dev to discovery

parent dd1dcee3
......@@ -9,7 +9,7 @@
#
##
# Defaults for role discovery
#
#
DISCOVERY_GIT_IDENTITY: !!null
# depends upon Newrelic being enabled via COMMON_ENABLE_NEWRELIC
......@@ -167,5 +167,6 @@ discovery_log_dir: "{{ COMMON_LOG_DIR }}/{{ discovery_service_name }}"
discovery_debian_pkgs:
- libmysqlclient-dev
- libssl-dev
- libffi-dev # Needed to install the Python cryptography library for asymmetric JWT signing
discovery_redhat_pkgs: []
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 to comment