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

allow puppetlabs/mysql < 17.0.0 #227

Merged
merged 2 commits into from
Nov 1, 2024
Merged

allow puppetlabs/mysql < 17.0.0 #227

merged 2 commits into from
Nov 1, 2024

Conversation

saz
Copy link
Contributor

@saz saz commented Nov 1, 2024

allow puppetlabs/mysql <= 17.0.0

fixes #204

@saz saz added the enhancement New feature or request label Nov 1, 2024
@saz saz merged commit 41587c9 into master Nov 1, 2024
12 checks passed
@saz saz deleted the allow-newer-mysql branch November 1, 2024 16:46
@@ -113,21 +113,21 @@ class { 'proxysql':

proxy_mysql_user { 'tester':
ensure => 'absent',
password => mysql_password('tester'),
password => mysql::password('tester'),
Copy link
Member

Choose a reason for hiding this comment

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

We should probably lift the lower version boundary? The function isn't available in puppetlabs-mysql 2.5.0

@bastelfreak bastelfreak changed the title allow puppetlabs/mysql <= 17.0.0 allow puppetlabs/mysql < 17.0.0 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants