[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:
Fran de Paz Galán
2023-09-01 18:51:00 +02:00
committed by GitHub
parent f72cff2a8d
commit e6f85b910e
4 changed files with 5 additions and 7 deletions

View File

@@ -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: {}

View File

@@ -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"

View File

@@ -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

View File

@@ -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