Skip to content

Commit

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

Looks great! Thanks for the code!
  • Loading branch information
twangboy authored and max-arnold committed Dec 22, 2019
1 parent a419182 commit f6187a2
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 @@ -168,7 +168,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 f6187a2

Please sign in to comment.