Selaa lähdekoodia

only set master_alive_interval once (#368)

closes #367
master
Justin Riley 6 vuotta sitten
vanhempi
commit
d2ceaab7dd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      salt/files/minion.d/f_defaults.conf

+ 1
- 1
salt/files/minion.d/f_defaults.conf Näytä tiedosto

@@ -468,7 +468,7 @@ schedule:
# master_alive_interval to the number of seconds to poll the masters for
# 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,
# pass a list of paths to this option. The paths can be either relative or

Loading…
Peruuta
Tallenna