Skip to content

Commit

Permalink
[bitnami/*] GOSS templates' standardization (#42419)
Browse files Browse the repository at this point in the history
* [bitnami/*] GOSS templates' standardization

Signed-off-by: Fran de Paz <fdepaz@vmware.com>

* Update .vib/common/goss/templates/check-ca-certs.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
Signed-off-by: Fran de Paz Galán <fdepaz@vmware.com>

---------

Signed-off-by: Fran de Paz <fdepaz@vmware.com>
Signed-off-by: Fran de Paz Galán <fdepaz@vmware.com>
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
  • Loading branch information
Fran de Paz Galán and joancafom authored Jul 26, 2023
1 parent 7b6110f commit ac85402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vib/common/goss/templates/check-ca-certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions .vib/common/goss/templates/check-php-fpm.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ac85402

Please sign in to comment.