Closed geerlingguy closed 2 years ago
Heh... so idempotence breaks on debian 10 without the change, but breaks on debian 11 with the change. Drat.
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.
FYI just checked on a fresh install it seems that the file has been renamed to /etc/init.d/mariadb on debian11
@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.
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...