Merge pull request #63 from mflopez79/fix_readme

Allowed values for security are enabled/disabled. A true value will produce mongo to not start at all on the server [ci skip]
This commit is contained in:
Sergei Antipov 2016-06-02 14:36:22 +07:00
commit 3cc5ee6378
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Add `greendayonfire.mongodb` to your roles and set vars in your playbook file.
Example vars for authorization:
```yaml
mongodb_security_authorization: true
mongodb_security_authorization: "enabled"
mongodb_users:
- {
name: testUser,