Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't escape source before calling managed #34274

Merged
merged 1 commit into from
Jun 24, 2016
Merged

Conversation

clinta
Copy link
Contributor

@clinta clinta commented Jun 24, 2016

What does this PR do?

Does not escape the salt source url before calling file.managed from file.recurse. file.recurse is designed to be called from states directly so it should not need an escaped source url.

What issues does this PR fix or reference?

#34273

Previous Behavior

File caching for file.recurse was failing because the minion was attempting to cache to a directory with a prepended | character.

New Behavior

Minion caches files correctly.

Tests written?

No

@cachedout
Copy link
Contributor

Looks like this was broken here: #23388 (cc: @jfindlay )

Thanks, @clinta. I'll get this in.

@cachedout cachedout merged commit 203870f into saltstack:2015.8 Jun 24, 2016
@clinta clinta deleted the 2015.8 branch January 17, 2017 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants