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

Fix wrong order of retention_policy_exists. #34507

Merged
merged 1 commit into from
Jul 7, 2016
Merged

Fix wrong order of retention_policy_exists. #34507

merged 1 commit into from
Jul 7, 2016

Conversation

aabouzaid
Copy link
Contributor

What does this PR do?

Fix wrong order of retention_policy_exists in InfluxDB module.

What issues does this PR fix or reference?

The name of retention policy and database were reversed:
Based on InfluxDB module documentation It should be:

  • database: The database to operate on.
  • name: Name of the policy to modify.

But SaltStack was using rp name as database, so it returns "database does not exist".

The name of retention policy and database were reversed, so SaltStack was using rp name as database, so it returns "database does not exist"
@rallytime
Copy link
Contributor

Go Go Jenkins!

@aabouzaid
Copy link
Contributor Author

That was just 1 word 😂
Go Jenkins ... please! 😁

@rallytime
Copy link
Contributor

@aabouzaid Yeah, that failure is unrelated. Thanks for submitting this.

@rallytime rallytime merged commit c2f296c into saltstack:2015.8 Jul 7, 2016
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