mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove 3007+ only params in get_source_sum call
This commit is contained in:
parent
e56ad175e8
commit
792424104c
1 changed files with 0 additions and 5 deletions
|
@ -3163,11 +3163,6 @@ def managed(
|
|||
source_hash_name,
|
||||
__env__,
|
||||
verify_ssl=verify_ssl,
|
||||
source_hash_sig=source_hash_sig,
|
||||
signed_by_any=signed_by_any,
|
||||
signed_by_all=signed_by_all,
|
||||
keyring=keyring,
|
||||
gnupghome=gnupghome,
|
||||
)
|
||||
hsum = __salt__["file.get_hash"](name, source_sum["hash_type"])
|
||||
except (CommandExecutionError, OSError) as err:
|
||||
|
|
Loading…
Add table
Reference in a new issue