Merge pull request #1314 from pcsforeducation/patch-1
Fix mongodb_user docs typo
This commit is contained in:
commit
b01d28049b
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ EXAMPLES = '''
|
|||
- mongodb_user: database=burgers name=joe password=12345 roles='readWriteAnyDatabase' state=present
|
||||
|
||||
# add a user to database in a replica set, the primary server is automatically discovered and written to
|
||||
- mongodb_user: database=burgers name=bob replica_set=blecher password=12345 roles='readWriteAnyDatabase' state=present
|
||||
- mongodb_user: database=burgers name=bob replica_set=belcher password=12345 roles='readWriteAnyDatabase' state=present
|
||||
'''
|
||||
|
||||
import ConfigParser
|
||||
|
|
Loading…
Reference in a new issue