mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added missing source_hash_name argument in get_managed function
Additional fix to #33187 Customer was still seeing errors, this should now work. Tested with 2015.8.13 and 2016.11.2
This commit is contained in:
parent
fa45cbc359
commit
c129905310
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ def __get_artifact(salt_source):
|
|||
template=None,
|
||||
source=salt_source['source'],
|
||||
source_hash=None,
|
||||
source_hash_name=None,
|
||||
user=None,
|
||||
group=None,
|
||||
mode=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue