mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +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
@ -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…
Reference in New Issue
Block a user