Files
containers/.vib/ghost/goss/vars.yaml
Michiel 9dce557e21 [bitnami/ghost] Add Ghost vib tests (#31589)
* [bitnami/ghost] Add VIB tests

Signed-off-by: Michiel <michield@vmware.com>
2023-05-22 13:15:55 +02:00

30 lines
662 B
YAML

binaries:
- mysql
- node
- python
directories:
- paths:
- /home/ghost
- paths:
# Check that permissions of some directories have been
# specifically set to 777 in postunpack phase
- paths:
- /bitnami/ghost
- /opt/bitnami/ghost
- /opt/bitnami/ghost/content
- /opt/bitnami/ghost/content/logs
- /.ghost
mode: "0777"
files:
- paths:
- /opt/bitnami/ghost/.ghost-cli
mode: "0666"
root_dir: /opt/bitnami
version:
bin_name: cd /opt/bitnami/ghost && ghost
flag: --version
sed_in_place:
exclude_paths:
# Ignore Ghost node_modules directory (not bitnami-related)
- .*\/ghost\/versions\/.*\/node_modules.*