18 lines
425 B
YAML
18 lines
425 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
group:
|
|
redmine:
|
|
exists: true
|
|
user:
|
|
redmine:
|
|
exists: true
|
|
command:
|
|
check-configured-databases:
|
|
# Strips config file of comments and looks for adapters
|
|
exec: yq --no-colors '... comments=""' /opt/bitnami/redmine/config/database.yml
|
|
exit-status: 0
|
|
stdout:
|
|
- /adapter.*mysql/
|
|
- /adapter.*postgresql/
|