mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
[bitnami/*] Disable MariaDB and RepMgr faulty permission tests (#46968)
* [bitnami/*] Disable MariaDB and RepMgr faulty permission tests Signed-off-by: Fran de Paz <fdepaz@vmware.com> * Add check-files templates Signed-off-by: Fran de Paz <fdepaz@vmware.com> --------- Signed-off-by: Fran de Paz <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
f72cff2a8d
commit
e6f85b910e
@@ -10,6 +10,7 @@ gossfile:
|
||||
../../common/goss/templates/check-broken-symlinks.yaml: {}
|
||||
../../common/goss/templates/check-ca-certs.yaml: {}
|
||||
../../common/goss/templates/check-directories.yaml: {}
|
||||
../../common/goss/templates/check-files.yaml: {}
|
||||
../../common/goss/templates/check-linked-libraries.yaml: {}
|
||||
../../common/goss/templates/check-sed-in-place.yaml: {}
|
||||
../../common/goss/templates/check-spdx.yaml: {}
|
||||
|
||||
@@ -12,8 +12,3 @@ file:
|
||||
/opt/bitnami/mariadb/lib/plugin:
|
||||
exists: true
|
||||
filetype: symlink
|
||||
# Check the plugins added at compilation time are available
|
||||
/opt/bitnami/mariadb/plugin/auth_pam.so:
|
||||
exists: true
|
||||
filetype: file
|
||||
mode: "0644"
|
||||
|
||||
@@ -10,6 +10,9 @@ directories:
|
||||
- /opt/bitnami/mariadb/conf/bitnami
|
||||
- /opt/bitnami/mariadb/logs
|
||||
- /opt/bitnami/mariadb/tmp
|
||||
files:
|
||||
- paths:
|
||||
- /opt/bitnami/mariadb/plugin/auth_pam.so
|
||||
root_dir: /opt/bitnami
|
||||
version:
|
||||
bin_name: mysql
|
||||
|
||||
@@ -21,7 +21,6 @@ directories:
|
||||
- paths:
|
||||
- /opt/bitnami/repmgr/events
|
||||
files:
|
||||
- mode: "0775"
|
||||
paths:
|
||||
- paths:
|
||||
- /opt/bitnami/repmgr/events/router.sh
|
||||
root_dir: /opt/bitnami
|
||||
|
||||
Reference in New Issue
Block a user