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
|
||||
# mariadb-galera-server and galera.
|
||||
galera_server_mariadb_distro_packages:
|
||||
- findutils # "find" is used by wsrep_sst_mariabackup script
|
||||
- libmariadb-dev
|
||||
- mariadb-client
|
||||
- mariadb-backup
|
||||
|
@ -25,6 +25,7 @@ _galera_gpg_keys:
|
||||
_galera_disable_privatedevices: yes
|
||||
|
||||
galera_server_required_distro_packages:
|
||||
- findutils # "find" is used by wsrep_sst_mariabackup script
|
||||
- gnupg2
|
||||
- libaio
|
||||
- libstdc++
|
||||
|
Loading…
Reference in New Issue
Block a user