mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removing unused import which is causing salt-master to not start when using openssl 1.1.1-1.
This commit is contained in:
parent
cafaa98739
commit
a5a54c4af0
1 changed files with 0 additions and 1 deletions
|
@ -3572,7 +3572,6 @@ def apply_master_config(overrides=None, defaults=None):
|
|||
'''
|
||||
Returns master configurations dict.
|
||||
'''
|
||||
import salt.crypt
|
||||
if defaults is None:
|
||||
defaults = DEFAULT_MASTER_OPTS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue