Closed bastelfreak closed 6 months ago
to implement puppet 8 support I need to update the lower version of the puppet/systemd module because systemd::service_limits is deprecated and we need to use systemd::manage_dropin. And that change is easier when we drop the dead code paths.
I assume we're considering this a non-breaking change, right? Do you want this to be highlighted in the changelog?
we already dropped support for those OSes, so IMO it's not a breaking change.
to implement puppet 8 support I need to update the lower version of the puppet/systemd module because systemd::service_limits is deprecated and we need to use systemd::manage_dropin. And that change is easier when we drop the dead code paths.