Merge "Ensure find is installed on MariaDB containers"
This commit is contained in:
commit
5bc8676f84
@ -50,6 +50,7 @@ _galera_mariadb_server_package: "mariadb-server"
|
|||||||
# the preseed task and the service startup control used when installing
|
# the preseed task and the service startup control used when installing
|
||||||
# mariadb-galera-server and galera.
|
# mariadb-galera-server and galera.
|
||||||
galera_server_mariadb_distro_packages:
|
galera_server_mariadb_distro_packages:
|
||||||
|
- findutils # "find" is used by wsrep_sst_mariabackup script
|
||||||
- libmariadb-dev
|
- libmariadb-dev
|
||||||
- mariadb-client
|
- mariadb-client
|
||||||
- mariadb-backup
|
- mariadb-backup
|
||||||
|
@ -25,6 +25,7 @@ _galera_gpg_keys:
|
|||||||
_galera_disable_privatedevices: yes
|
_galera_disable_privatedevices: yes
|
||||||
|
|
||||||
galera_server_required_distro_packages:
|
galera_server_required_distro_packages:
|
||||||
|
- findutils # "find" is used by wsrep_sst_mariabackup script
|
||||||
- gnupg2
|
- gnupg2
|
||||||
- libaio
|
- libaio
|
||||||
- libstdc++
|
- libstdc++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user