saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
928 stars 551 forks source link

Use debian 12 repo on debian 12 #1999

Closed sblaisot closed 4 months ago

sblaisot commented 6 months 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 5 months ago

@dmurphy18 any news on this?

sblaisot commented 4 months ago

Closing as fixed by #1987