Merge pull request #34274 from clinta/2015.8

Don't escape source before calling managed
This commit is contained in:
Mike Place 2016-06-24 10:23:35 -07:00 committed by GitHub
commit 203870f147

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