mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix black
This commit is contained in:
parent
a40196be9e
commit
6d1cb70a37
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ def salt_master(salt_factories, transport):
|
|||
"transport": transport,
|
||||
"auto_accept": True,
|
||||
"sign_pub_messages": False,
|
||||
"publish_signing_algorithm": "PKCS1v15-SHA224" if FIPS_TESTRUN else "PKCS1v15-SHA1",
|
||||
"publish_signing_algorithm": (
|
||||
"PKCS1v15-SHA224" if FIPS_TESTRUN else "PKCS1v15-SHA1"
|
||||
),
|
||||
}
|
||||
factory = salt_factories.salt_master_daemon(
|
||||
random_string(f"server-{transport}-master-"),
|
||||
|
|
Loading…
Add table
Reference in a new issue