Skip to content

Commit

Permalink
Merge pull request #52293 from afischer-opentext-com/slsutil_renderer…
Browse files Browse the repository at this point in the history
…_support_saltenv

Looks great! Thanks for the code!
  • Loading branch information
twangboy authored Apr 9, 2019
2 parents 5f5b30d + 68c7ee6 commit 67d5072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/slsutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def run():
renderers = salt.loader.render(__opts__, __salt__)

if path:
path_or_string = __salt__['cp.get_url'](path)
path_or_string = __salt__['cp.get_url'](path, saltenv=kwargs.get('saltenv', 'base'))
elif string:
path_or_string = ':string:'
kwargs['input_data'] = string
Expand Down

0 comments on commit 67d5072

Please sign in to comment.