Commit d6ee7d2d by Clinton Blackburn

Merge pull request #2982 from edx/bderusha/libffi-dev-discovery

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