Update Goss scripts making it compatible with Goss 4 (#51894)

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-10-17 18:02:23 +02:00
committed by GitHub
parent b10a2ba35b
commit 3a07ef0579
54 changed files with 111 additions and 111 deletions

View File

@@ -18,26 +18,26 @@ file:
/opt/bitnami/php/etc/php.ini:
exists: true
filetype: file
contains:
contents:
- post_max_size = 128M
- upload_max_filesize = 128M
# Ensure that .htaccess file contents have not been moved to /opt/bitnami/apache/conf/vhosts/htaccess
/opt/bitnami/prestashop/app/.htaccess:
exists: true
filetype: file
contains:
contents:
- Require all denied
# HTTP vhost should have been properly rendered
/opt/bitnami/apache/conf/vhosts/prestashop-vhost.conf:
exists: true
filetype: file
contains:
contents:
- /DocumentRoot.*/opt/bitnami/prestashop/
# HTTPS vhost should have been properly rendered
/opt/bitnami/apache/conf/vhosts/prestashop-https-vhost.conf:
exists: true
filetype: file
contains:
contents:
- "SSLEngine on"
- /DocumentRoot.*/opt/bitnami/prestashop/
group: