Don't escape source before calling managed

This commit is contained in:
Clint Armstrong 2016-06-24 11:08:25 -04:00
parent a59dc85a15
commit 6572454918

View file

@ -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']: