Browse Source

only set master_alive_interval once (#368)

closes #367
master
Justin Riley 6 years ago
parent
commit
d2ceaab7dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/files/minion.d/f_defaults.conf

+ 1
- 1
salt/files/minion.d/f_defaults.conf View File

# 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

Loading…
Cancel
Save