diff --git a/.vib/common/goss/templates/check-ca-certs.yaml b/.vib/common/goss/templates/check-ca-certs.yaml index 17f7279421c7..62c722d38af5 100644 --- a/.vib/common/goss/templates/check-ca-certs.yaml +++ b/.vib/common/goss/templates/check-ca-certs.yaml @@ -2,8 +2,9 @@ # SPDX-License-Identifier: APACHE-2.0 ######################## -# Checks the ca-certificates package -# is installed accesing an HTTPS URL +# Checks the ca-certificates package is installed accessing an HTTPS URL +# Needed vars: +# - None ######################## http: https://www.bitnami.com: diff --git a/.vib/common/goss/templates/check-php-fpm.yaml b/.vib/common/goss/templates/check-php-fpm.yaml index 94daa79bf337..8f97ee6c0240 100644 --- a/.vib/common/goss/templates/check-php-fpm.yaml +++ b/.vib/common/goss/templates/check-php-fpm.yaml @@ -1,6 +1,11 @@ # Copyright VMware, Inc. # SPDX-License-Identifier: APACHE-2.0 +######################## +# Test coverage for the php-fpm package +# Needed vars: +# - None +######################## file: /opt/bitnami/php/etc/php.ini: exists: true