Fixing up a small issue with the mongodb_user docs

pull/4420/head
James Cammarata 2013-08-13 09:05:19 -05:00
parent 94e60563b4
commit 0c98c764e3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ options:
roles:
version_added: "1.3"
description:
- The database user roles valid values are one or more of the following: "read", "readWrite", "dbAdmin", "userAdmin", "clusterAdmin", "readAnyDatabase", "readWriteAnyDatabase", "userAdminAnyDatabase", "dbAdminAnyDatabase"
- "The database user roles valid values are one or more of the following: read, 'readWrite', 'dbAdmin', 'userAdmin', 'clusterAdmin', 'readAnyDatabase', 'readWriteAnyDatabase', 'userAdminAnyDatabase', 'dbAdminAnyDatabase'"
- This param requires mongodb 2.4+ and pymongo 2.5+
required: false
default: "readWrite"