[bitnami/suitecrm] Remove GOSS duplicated file (#76481)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2025-01-22 16:28:11 +01:00
committed by GitHub
parent 0bc1673ef1
commit 83bfa873b8

View File

@@ -16,20 +16,16 @@ command:
- "{{ $module }}"
{{ end }}
file:
# Disabling opcache to be able to modify parameters using the system setting panel
/opt/bitnami/php/etc/php.ini:
exists: true
filetype: file
contents:
- "post_max_size = 60M"
- "upload_max_filesize = 128M"
- "opcache.enable = Off"
/opt/bitnami/suitecrm/node_modules:
exists: false
# Disabling opcache to be able to modify parameters using the system setting panel
/opt/bitnami/php/etc/php.ini:
exists: true
filetype: file
contents:
- "opcache.enable = Off"
# HTTP vhost should have been properly rendered
/opt/bitnami/apache/conf/vhosts/suitecrm-vhost.conf:
exists: true