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

Support 2.5.x #200

Closed
wants to merge 2 commits into from
Closed

Conversation

jackdpeterson
Copy link
Contributor

Builds on top of my last PR that adds support for 2.4.x by adding YUM and APT repository paths for these versions of ProxySQL.

@@ -26,6 +28,16 @@
}

# Purge old/unnecessary repos.
if ($proxysql::version !~ /^2\.5\./) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to add some tests for some of these version to yumrepo inclusion?

Just as a comment a bit of refactor might be good to get rid fo those $repo24, $repo25, ... . At a quick glance their contents looks pretty much identical.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not using CentOS / YUM based linux distributions; so I just copy/pasted w/ those textual changes to mimic what I see elsewhere.

jadestorm pushed a commit to ncstate-daniel/puppet-proxysql that referenced this pull request Sep 19, 2023
@saz
Copy link
Contributor

saz commented Nov 1, 2024

Added with the merge of #216

@saz saz closed this Nov 1, 2024
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.

3 participants