mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #17213 from s0undt3ch/hotfix/freeze-configs-delayed
Freeze the testing runtime configs at a latter stage
This commit is contained in:
commit
f26fa79ff2
@ -556,12 +556,6 @@ class TestDaemon(object):
|
||||
sub_minion_opts = salt.config.minion_config(os.path.join(TMP_CONF_DIR, 'sub_minion'))
|
||||
syndic_master_opts = salt.config.master_config(os.path.join(TMP_CONF_DIR, 'syndic_master'))
|
||||
|
||||
RUNTIME_CONFIGS['master'] = freeze(master_opts)
|
||||
RUNTIME_CONFIGS['minion'] = freeze(minion_opts)
|
||||
RUNTIME_CONFIGS['syndic'] = freeze(syndic_opts)
|
||||
RUNTIME_CONFIGS['sub_minion'] = freeze(sub_minion_opts)
|
||||
RUNTIME_CONFIGS['syndic_master'] = freeze(syndic_master_opts)
|
||||
|
||||
verify_env([os.path.join(master_opts['pki_dir'], 'minions'),
|
||||
os.path.join(master_opts['pki_dir'], 'minions_pre'),
|
||||
os.path.join(master_opts['pki_dir'], 'minions_rejected'),
|
||||
|
Loading…
Reference in New Issue
Block a user