bitnami-containers/.vib/couchdb/goss/couchdb.yaml

20 lines
487 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
file:
# Checks default config for erlang is set
/opt/bitnami/couchdb/etc/vm.args:
exists: true
filetype: file
contents:
- /-kernel.*inet_dist_listen_min.*9100/
command:
check-library-path:
exec: echo $LD_LIBRARY_PATH
stdout:
- "/opt/bitnami/common/lib"
exit-status: 0
check-libmozjs:
exec: ls /opt/bitnami/common/lib | grep libmozjs
exit-status: 0