Skip to content

Commit

Permalink
Added missing source_hash_name argument in get_managed function
Browse files Browse the repository at this point in the history
Additional fix to  saltstack#33187
Customer was still seeing errors, this should now work.
Tested with 2015.8.13 and 2016.11.2
  • Loading branch information
grep4linux authored and rallytime committed Feb 6, 2017
1 parent fa45cbc commit c129905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/states/jboss7.py
Expand Up @@ -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,
Expand Down

0 comments on commit c129905

Please sign in to comment.