From 6d856b9c68924dec3c11b4b585d585255517346f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20=C5=81uksza?= Date: Sun, 19 Jul 2015 21:25:00 +0200 Subject: [PATCH] Use proper Mongo configuration file In tasks/install.yml configuration template file is copied to /etc/mongod.conf. This means that modifications to Mongo configuration are not applied. --- files/mongodb.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/mongodb.service b/files/mongodb.service index a73d760a..6cd23bd6 100644 --- a/files/mongodb.service +++ b/files/mongodb.service @@ -4,7 +4,7 @@ Documentation=man:mongod(1) [Service] User=mongodb -ExecStart=/usr/bin/mongod --config /etc/mongodb.conf +ExecStart=/usr/bin/mongod --config /etc/mongod.conf [Install] WantedBy=multi-user.target