Skip to content

Commit

Permalink
[bitnami/*] Disable MariaDB and RepMgr faulty permission tests
Browse files Browse the repository at this point in the history
Signed-off-by: Fran de Paz <[email protected]>
  • Loading branch information
Fran de Paz committed Sep 1, 2023
1 parent 2c15477 commit f63491e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .vib/mariadb/goss/mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions .vib/mariadb/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .vib/postgresql-repmgr/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f63491e

Please sign in to comment.