mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34274 from clinta/2015.8
Don't escape source before calling managed
This commit is contained in:
commit
203870f147
1 changed files with 0 additions and 1 deletions
|
@ -2355,7 +2355,6 @@ def recurse(name,
|
|||
ret['changes'][path] = _ret['changes']
|
||||
|
||||
def manage_file(path, source):
|
||||
source = salt.utils.url.escape(source)
|
||||
if clean and os.path.exists(path) and os.path.isdir(path):
|
||||
_ret = {'name': name, 'changes': {}, 'result': True, 'comment': ''}
|
||||
if __opts__['test']:
|
||||
|
|
Loading…
Add table
Reference in a new issue