30 lines
742 B
YAML
30 lines
742 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
group:
|
|
daemon:
|
|
exists: true
|
|
user:
|
|
daemon:
|
|
exists: true
|
|
file:
|
|
# HTTPs vhost should have been properly rendered
|
|
/opt/bitnami/apache/conf/vhosts/magento-https-vhost.conf:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "SSLEngine on"
|
|
- /DocumentRoot.*/opt/bitnami/magento/
|
|
/opt/bitnami/apache/conf/vhosts/htaccess/magento-htaccess.conf:
|
|
exists: false
|
|
/opt/bitnami/php/etc/php.ini:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "opcache.consistency_checks = 0"
|
|
- "opcache.validate_timestamps = 0"
|
|
- "opcache.enable_cli = 1"
|
|
command:
|
|
check-app-modules:
|
|
exec: magento module:enable Magento_Store
|
|
exit-status: 0 |