mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add examples of default minion returners
This commit is contained in:
parent
e7c6012655
commit
11863a4bfe
1 changed files with 9 additions and 1 deletions
10
conf/minion
10
conf/minion
|
@ -771,8 +771,16 @@
|
|||
|
||||
###### Returner settings ######
|
||||
############################################
|
||||
# Which returner(s) will be used for minion's result:
|
||||
# Default Minion returners. Can be a comma delimited string or a list:
|
||||
#
|
||||
#return: mysql
|
||||
#
|
||||
#return: mysql,slack,redis
|
||||
#
|
||||
#return:
|
||||
# - mysql
|
||||
# - hipchat
|
||||
# - slack
|
||||
|
||||
|
||||
###### Miscellaneous settings ######
|
||||
|
|
Loading…
Add table
Reference in a new issue