21 lines
590 B
YAML
21 lines
590 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/mongodb/mongodb_get_source.txt:
|
|
mode: "0644"
|
|
exists: true
|
|
contents:
|
|
- "This solution ships the official MongoDB Community binaries"
|
|
/opt/bitnami/mongodb/logs/mongodb.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout
|
|
/opt/bitnami/mongodb/conf/mongodb.conf:
|
|
mode: "0660"
|
|
exists: true
|
|
contents:
|
|
- /port.*27017/
|
|
- /pidFilePath.*opt/bitnami/mongodb/tmp/mongodb.pid/
|
|
- /path.*/opt/bitnami/mongodb/logs/mongodb.log/
|