Files
containers/.vib/moodle/goss/vars.yaml
Michiel 52bd4ce3b0 [bitnami/moodle] Add VIB tests (#33251)
* [bitnami/moodle] Add VIB tests

Signed-off-by: Michiel <michield@vmware.com>
2023-05-31 09:29:23 +02:00

32 lines
779 B
YAML

binaries:
- apachectl
- mysql
- php
- psql
- pg_dump
- pg_restore
- pg_dumpall
- render-template
directories:
- mode: "0775"
paths:
- /bitnami/moodle
- /bitnami/moodledata
- /opt/bitnami/moodle
root_dir: /opt/bitnami
sed_in_place:
exclude_paths:
# Ignore libmoodle.sh which uses sed -i
- /opt/bitnami/scripts/libmoodle.sh
apache:
rules:
- RewriteRule "(\/vendor\/)" - [F]
- RewriteRule "(\/node_modules\/)" - [F]
- RewriteRule "(^|/)\.(?!well-known\/)" - [F]
- RewriteRule "(\/environment.xml)" - [F]
- RewriteRule "(\/install.xml)" - [F]
- RewriteRule "(\/README)" - [F]
- RewriteRule "(\/upgrade\.txt)" - [F]
- RewriteRule "(\/package\.json)" - [F]
- RewriteRule "(\/Gruntfile\.js)" - [F]