0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-04-22 12:08:15 +02:00

Add master_type and master_retry_interval to minion config

This commit is contained in:
John Carlyle-Clarke 2015-07-09 10:43:36 +01:00
parent dcab81866e
commit 09ca116f58

View File

@ -43,6 +43,12 @@ master:
# choose a random master
{{ get_config('random_master', 'False') }}
# Set the master type
{{ get_config('master_type', 'str') }}
# Set the master alive interval (if master type set to failover)
{{ get_config('master_alive_interval', '30') }}
# use IPv6
{{ get_config('ipv6', 'False') }}