Skip to content

Fix idempotence for Debian 11 and Debian 10 tests #478

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

Merged
merged 5 commits into from
May 20, 2022

Conversation

geerlingguy
Copy link
Owner

It seems that #457 may have broken idempotence on Debian 10. Testing to see if that's the case. Don't want to tag broken code in a new release...

@geerlingguy
Copy link
Owner Author

Heh... so idempotence breaks on debian 10 without the change, but breaks on debian 11 with the change. Drat.

@geerlingguy
Copy link
Owner Author

What is that check even for? Maybe a better check is needed. It's been a while, but I think it's checking for an initv script... which is probably not even a thing on Debian 11.

@ak4t0sh
Copy link

ak4t0sh commented Jan 26, 2022

FYI just checked on a fresh install it seems that the file has been renamed to /etc/init.d/mariadb on debian11

@geerlingguy
Copy link
Owner Author

@ak4t0sh - So in that case, it needs to check for a file named mysql in debian 10, but mariadb in debian 11... or we need to figure out a better idempotence check.

@geerlingguy geerlingguy changed the title Undo change from Debian 11 PR that broke Debian 10 idempotence. Fix idempotence for Debian 11 and Debian 10 tests May 20, 2022
@geerlingguy geerlingguy merged commit 6555d98 into master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants