8000 Merge branch 'develop' into win_service_dependencies · perlchild/salt@fcc3126 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcc3126

Browse files
authored
Merge branch 'develop' into win_service_dependencies
2 parents c43aad5 + 67d5072 commit fcc3126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/modules/slsutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def run():
170170
renderers = salt.loader.render(__opts__, __salt__)
171171

172172
if path:
173-
path_or_string = __salt__['cp.get_url'](path)
173+
path_or_string = __salt__['cp.get_url'](path, saltenv=kwargs.get('saltenv', 'base'))
174174
elif string:
175175
path_or_string = ':string:'
176176
kwargs['input_data'] = string

0 commit comments

Comments
 (0)
0