mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
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:
committed by
GitHub
parent
b10a2ba35b
commit
3a07ef0579
@@ -19,7 +19,7 @@ file:
|
||||
/opt/bitnami/php/etc/php.ini:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- post_max_size = 60M
|
||||
- upload_max_filesize = 128M
|
||||
/opt/bitnami/suitecrm/node_modules:
|
||||
@@ -28,19 +28,19 @@ file:
|
||||
/opt/bitnami/php/etc/php.ini:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- opcache.enable = Off
|
||||
# HTTP vhost should have been properly rendered
|
||||
/opt/bitnami/apache/conf/vhosts/suitecrm-vhost.conf:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- /DocumentRoot.*/opt/bitnami/suitecrm/
|
||||
# HTTPS vhost should have been properly rendered
|
||||
/opt/bitnami/apache/conf/vhosts/suitecrm-https-vhost.conf:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- "SSLEngine on"
|
||||
- /DocumentRoot.*/opt/bitnami/suitecrm/
|
||||
group:
|
||||
|
||||
Reference in New Issue
Block a user