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.
This commit is contained in:
parent
4a2199ae60
commit
6d856b9c68
|
@ -4,7 +4,7 @@ Documentation=man:mongod(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=mongodb
|
User=mongodb
|
||||||
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
|
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue