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

Add skip_verify argument to file.managed state #31265

Merged
merged 3 commits into from
Feb 18, 2016

Conversation

terminalmage
Copy link
Contributor

This new argument will allow hash verification to be skipped for file.managed
states, if the source of the file is a remote URL (http/https/ftp).

Resolves #9272.

@rallytime
Copy link
Contributor

Go Go Jenkins!

The addition of the new skip_verify argument to
salt.modules.file.manage_file() means that the position of contents
param in returner.call_args[0] has changed. This commit updates this
test to reflect the new position.

Additionally, a comment has been added to hopefully make failures in
this test easier to grok for people moving forward.
@meggiebot
Copy link

Approved

cachedout pushed a commit that referenced this pull request Feb 18, 2016
Add skip_verify argument to file.managed state
@cachedout cachedout merged commit fe316eb into saltstack:2016.3 Feb 18, 2016
@cachedout cachedout added the Needs-Testcase PR needs test cases written, or the issue is about a bug/feature that needs test cases label Feb 18, 2016
@terminalmage terminalmage deleted the issue9272 branch April 6, 2016 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Testcase PR needs test cases written, or the issue is about a bug/feature that needs test cases ZRELEASED - Boron
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants