mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Turn discovery OFF by default
This commit is contained in:
parent
15d6a1f92f
commit
e72f37b671
@ -1494,13 +1494,7 @@ DEFAULT_MINION_OPTS = {
|
||||
'automatic': ['IPAddress', 'Gateway',
|
||||
'GlobalIPv6Address', 'IPv6Gateway'],
|
||||
},
|
||||
'discovery': {
|
||||
'attempts': 3,
|
||||
'pause': 5,
|
||||
'port': 4520,
|
||||
'match': 'any',
|
||||
'mapping': {},
|
||||
},
|
||||
'discovery': False,
|
||||
'schedule': {},
|
||||
}
|
||||
|
||||
@ -1831,10 +1825,7 @@ DEFAULT_MASTER_OPTS = {
|
||||
'salt_cp_chunk_size': 98304,
|
||||
'require_minion_sign_messages': False,
|
||||
'drop_messages_signature_fail': False,
|
||||
'discovery': {
|
||||
'port': 4520,
|
||||
'mapping': {},
|
||||
},
|
||||
'discovery': False,
|
||||
'schedule': {},
|
||||
'auth_events': True,
|
||||
'minion_data_cache_events': True,
|
||||
|
Loading…
Reference in New Issue
Block a user