Install MariaDB development library package

Since the galera_server role no longer depends on the galera_client role
for package installations the libmariadbclient-dev package needs to be
included here in order to successfully build and install MySQL-Python.

Change-Id: I0794af85c9018089915c26b50109c9f072205bca
This commit is contained in:
Jimmy McCrory 2016-11-29 14:04:18 -08:00
parent 17e28956f0
commit 0113603034
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ galera_mariadb_apt_server_package: "mariadb-galera-server-10.0"
# the preseed task and the service startup control used when installing
# mariadb-galera-server and galera.
galera_server_mariadb_distro_packages:
- libmariadbclient-dev
- mariadb-client
- "{{ galera_mariadb_apt_server_package }}"
- galera-3

View File

@ -51,6 +51,7 @@ galera_mariadb_apt_server_package: "mariadb-galera-server-10.0"
# the preseed task and the service startup control used when installing
# mariadb-galera-server and galera.
galera_server_mariadb_distro_packages:
- libmariadbclient-dev
- mariadb-client
- "{{ galera_mariadb_apt_server_package }}"
- galera-3