16 lines
359 B
YAML
16 lines
359 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-pgpool-compilation-options:
|
|
exec: ldd /opt/bitnami/pgpool/bin/pgpool
|
|
exit-status: 0
|
|
stdout:
|
|
- "libpam.so"
|
|
- "libssl.so"
|
|
file:
|
|
/opt/bitnami/pgpool/logs/pgpool.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout
|