From ac8540291ede3fa05fd63968fc9d772a8a885cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20de=20Paz=20Gal=C3=A1n?= Date: Wed, 26 Jul 2023 14:36:18 +0200 Subject: [PATCH] [bitnami/*] GOSS templates' standardization (#42419) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/*] GOSS templates' standardization Signed-off-by: Fran de Paz * Update .vib/common/goss/templates/check-ca-certs.yaml Co-authored-by: Jose Antonio Carmona Signed-off-by: Fran de Paz Galán --------- Signed-off-by: Fran de Paz Signed-off-by: Fran de Paz Galán Co-authored-by: Jose Antonio Carmona --- .vib/common/goss/templates/check-ca-certs.yaml | 5 +++-- .vib/common/goss/templates/check-php-fpm.yaml | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.vib/common/goss/templates/check-ca-certs.yaml b/.vib/common/goss/templates/check-ca-certs.yaml index 17f7279421c75..62c722d38af5d 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 94daa79bf3373..8f97ee6c0240f 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