added missing non-keyword argument skip_verify to __get_artifact function

This commit is contained in:
Jacob Weinstock 2016-07-30 13:32:38 -06:00
parent 878e200cd9
commit c40314ba80

View file

@ -418,6 +418,7 @@ def __get_artifact(salt_source):
saltenv=__env__,
context=None,
defaults=None,
skip_verify=False,
kwargs=None)
manage_result = __salt__['file.manage_file'](