This commit is contained in:
Kirill Klenov 2014-12-26 18:36:50 +03:00
parent 0b9f08e291
commit aefefa8092
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ mongodb_conf_syslog: no # Log to system's syslog facil
mongodb_conf_replSet: # Enable replication <setname>[/<optionalseedhostlist>]
mongodb_conf_replIndexPrefetch: all # specify index prefetching behavior (if secondary) [none|_id_only|all]
mongodb_shell: [] # Define mongo shell commands to run
mongodb_shell: {} # Define mongo shell commands to run
# Syntax: mongodb_shell:
# dbname:
# - db.setProfilingLevel(1, 50)

View File

@ -31,7 +31,7 @@ mongodb_conf_syslog: no # Log to system's syslog facil
mongodb_conf_replSet: # Enable replication <setname>[/<optionalseedhostlist>]
mongodb_conf_replIndexPrefetch: all # specify index prefetching behavior (if secondary) [none|_id_only|all]
mongodb_shell: [] # Define mongo shell commands to run
mongodb_shell: {} # Define mongo shell commands to run
# Syntax: mongodb_shell:
# dbname:
# - db.setProfilingLevel(1, 50)