mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
19 lines
535 B
YAML
19 lines
535 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/mariadb/conf/my.cnf:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "socket=/opt/bitnami/mariadb/tmp/mysql.sock"
|
|
- "wsrep_provider=/opt/bitnami/mariadb/lib/libgalera_smm.so"
|
|
- "plugin_load_add = auth_pam"
|
|
/opt/bitnami/mariadb/lib/plugin:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /opt/bitnami/mariadb/plugin
|
|
/opt/bitnami/mariadb/logs/mysqld.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout |