# Copyright VMware, Inc. # 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/