Files
containers/.vib/moodle/goss/moodle.yaml
Felipe V.C. Serafim 97afafbee7 [bitnami/*] Add copyright header to vib files (#39154)
Add copyright header to vib files

Signed-off-by: sfelipe <sfelipe@vmware.com>
2023-06-29 09:57:31 +02:00

31 lines
694 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/apache/conf/vhosts/moodle-vhost.conf:
exists: true
contains:
{{ range $rule := .Vars.apache.rules }}
- {{ $rule }}
{{ end }}
/opt/bitnami/php/etc/php.ini:
exists: true
contains:
# Checking if the php.ini keys and pqsql extension are set
- extension = pgsql
- /^memory_limit/
- /^max_input_vars/
/opt/bitnami/apache/conf/vhosts/moodle-https-vhost.conf:
exists: true
contains:
- "SSLEngine on"
{{ range $rule := .Vars.apache.rules }}
- {{ $rule }}
{{ end }}
group:
daemon:
exists: true
user:
daemon:
exists: true