mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
Update Goss scripts making it compatible with Goss 4 (#51894)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
b10a2ba35b
commit
3a07ef0579
@@ -4,20 +4,20 @@
|
||||
file:
|
||||
/opt/bitnami/mongodb/mongodb_get_source.txt:
|
||||
exists: true
|
||||
contains:
|
||||
contents:
|
||||
- This solution ships the official MongoDB Community binaries
|
||||
/opt/bitnami/mongodb/conf/mongodb.conf:
|
||||
exists: true
|
||||
filetype: file
|
||||
mode: "0664"
|
||||
contains:
|
||||
contents:
|
||||
- /dbPath.*/bitnami/mongodb/data/db/
|
||||
- /pidFilePath.*/opt/bitnami/mongodb/tmp/mongodb.pid/
|
||||
/opt/bitnami/mongodb/conf/mongos.conf:
|
||||
exists: true
|
||||
filetype: file
|
||||
mode: "0664"
|
||||
contains:
|
||||
contents:
|
||||
- /pidFilePath.*/opt/bitnami/mongodb/tmp/mongodb.pid/
|
||||
/opt/bitnami/mongodb/logs/mongodb.log:
|
||||
exists: true
|
||||
|
||||
Reference in New Issue
Block a user