This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Updated Role with capability to:#81
Open
Lawri-van-Buel wants to merge 0 commit intoRocketChat:developfrom
Open
Updated Role with capability to:#81Lawri-van-Buel wants to merge 0 commit intoRocketChat:developfrom
Lawri-van-Buel wants to merge 0 commit intoRocketChat:developfrom
Conversation
geekgonecrazy
suggested changes
Apr 23, 2018
README.md
Outdated
| | `rocket_chat_mongodb_config_template` | [`mongod.conf.j2`](templates/mongod.conf.j2) | The `/etc/mongod.conf` template to deploy | | ||
| | `rocket_chat_mongodb_database` | `rocketchat`| MongoDB Database to use. (Advanced use only). | | ||
| | `rocket_chat_mongodb_options` | `` | MongoDB (Connection) options. (Advanced use only). This is the place to set connection details like use TLS. | | ||
| | `rocket_chat_mongodb_user` | UNSET | MongoDB user (Advanced use only). Only set this is you use this! | |
Contributor
There was a problem hiding this comment.
here and next two lines need to replace:
Only set this is you use this!
with
Only set this if you use this!
Author
There was a problem hiding this comment.
Darn Typo's. fixed all 3 of them in latest commit (3268a2b)
Author
|
@xenithorb Any thoughts about merging this PR? |
Contributor
|
I've been a bad maintainer and forgot to merge v3.1.0 as I intended some time ago... Most if not all of the work for that was done (differently) here: 2e078af What I will do is review that over the weekend and incorporate any missing functionality that this PR brings. Thanks |
Author
|
Can you checkout PR #84 I added these changes to there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should also address #40 and superseed !54