-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 repo for 2.0.x #94
Conversation
ebe8dbf
to
99a5a95
Compare
Hi @kubicgruenfeld, thanks for the PR! Can you have a look at the used email address in the commits? It isn't associated with your github account. |
i have added the other mailaddress to my github account. also the pr needs some more work. i wanted at first only add the repo for 2.0.x but decided afterwards it is more reasonable to also add support for galera hostgroups and ubuntu 18.04 here. or should i do this in seperate PRs? |
seperate PRs would be cool. That makes it way easier for us to review it. |
4375189
to
a930eb2
Compare
So i removed everything which is not related to the repo and will open other PRs for this. |
thanks @kubicgruenfeld. Can you take a look at the inline comment and also update the README.md for the paramter and an explanation? |
done. thanks for reviewing :) |
thanks! will merge it when travis gets green. |
create_resources('apt::source', { 'proxysql_repo' => $proxysql::repo14}) | ||
} | ||
default: { | ||
create_resources('apt::source', { 'proxysql_repo' => $proxysql::repo14}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why create_resources
when Debian
and splat operator for Redhat
?
add repo for 2.0.x
Pull Request (PR) description
Adds support for the ProxySQL 2.0 repo.