saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
929 stars 547 forks source link

Use debian 12 repo on debian 12 #1999

Open sblaisot opened 1 month ago

sblaisot commented 1 month ago

What does this PR do?

When Debian 12 bookworm was released and salt project didn't have a debian 12 repo at that time, a hack was introduced in salt-bootstrap to use debian 11 repo.

Salt project Debian 12 repo is available since decembre 2023 so it's largely time to remove that hack and to use Debian 12 repo on Debian 12 instead of Debian 11 repo.

What issues does this PR fix or reference?

This PR prevent a future issue (maybe) :P

Previous Behavior

Debian 11 repository configured on Debian 12 machines

New Behavior

Use Debian 12 repo on Debian 12 machines

sblaisot commented 2 weeks ago

@dmurphy18 any news on this?