mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31440 from cachedout/master_tops_type
Set correct type for master_tops config value
This commit is contained in:
commit
6075774a01
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ VALID_OPTS = {
|
|||
'max_open_files': int,
|
||||
'auto_accept': bool,
|
||||
'autosign_timeout': int,
|
||||
'master_tops': bool,
|
||||
'master_tops': dict,
|
||||
'order_masters': bool,
|
||||
'job_cache': bool,
|
||||
'ext_job_cache': str,
|
||||
|
|
Loading…
Add table
Reference in a new issue