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:
Raine Curtis 2017-02-03 13:59:01 -07:00 committed by rallytime
parent fa45cbc359
commit c129905310

View File

@ -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,