only set master_alive_interval once (#368)

closes #367
This commit is contained in:
Justin Riley 2018-06-08 11:12:07 -04:00 committed by Niels Abspoel
parent 9f33d2afe1
commit d2ceaab7dd
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ schedule:
# master_alive_interval to the number of seconds to poll the masters for # master_alive_interval to the number of seconds to poll the masters for
# connection events. # connection events.
# #
{{ get_config('master_alive_interval', '30') }} #{{ get_config('master_alive_interval', '30') }}
# The minion can include configuration from other files. To enable this, # The minion can include configuration from other files. To enable this,
# pass a list of paths to this option. The paths can be either relative or # pass a list of paths to this option. The paths can be either relative or