mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix error in config.py for master_type
This commit is contained in:
parent
2590e23d48
commit
c041f2905f
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ VALID_OPTS = {
|
|||
DEFAULT_MINION_OPTS = {
|
||||
'interface': '0.0.0.0',
|
||||
'master': 'salt',
|
||||
'master_type': 'str',
|
||||
'master_type': 'standard',
|
||||
'master_port': '4506',
|
||||
'master_finger': '',
|
||||
'master_shuffle': False,
|
||||
|
|
Loading…
Add table
Reference in a new issue