mongodb: fix log/lock files paths for Jessie

This commit is contained in:
Jérémy Lecour 2017-12-07 15:58:39 +01:00 committed by Jérémy Lecour
parent 49fff767a9
commit 762d2d7152

View file

@ -17,7 +17,7 @@ systemLog:
destination: file
logRotate: reopen
logAppend: true
path: {{ mongodb_logfile_path }}
path: /var/log/mongodb/mongod.log
# network interfaces
net:
@ -25,7 +25,7 @@ net:
bindIp: {{ mongodb_bind }}
processManagement:
pidFilePath: {{ mongodb_pidfile_path }}
pidFilePath: /var/lib/mongodb/mongod.lock
#security: