You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, saltproject apt repository does not support Debian Bullseye (Debian 11) but you can still use the Buster (Debian 10) repository, with an URL like
https://repo.saltproject.io/py3/debian/10/amd64/latest buster main
As you can see the salt_apt_repo does not contain the 'distribution' target and its value is calculated by kitchen-salt as you can see on the log extract below:
Ign:4 https://repo.saltproject.io/py3/debian/10/amd64/archive/3003.3 bullseye InRelease
Err:5 https://repo.saltproject.io/py3/debian/10/amd64/archive/3003.3 bullseye Release
404 Not Found [IP: 172.16.30.254 3142]
Reading package lists... Done
E: The repository 'https://repo.saltproject.io/py3/debian/10/amd64/archive/3003.3 bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
-----> Installing salt-minion (3003.3)
For now, saltproject apt repository does not support Debian Bullseye (Debian 11) but you can still use the Buster (Debian 10) repository, with an URL like
(the same URL with bullseye does not work)
I have the following in my Kitchen config file:
As you can see the
salt_apt_repo
does not contain the 'distribution' target and its value is calculated by kitchen-salt as you can see on the log extract below:I found the
apt_repo_add
function/method here https://github.com/saltstack/kitchen-salt/blob/master/lib/kitchen/provisioner/repository-setup.sh but I didn't found where itsdist
parameter is coming from.Is there any way to specify/override the dist parameter, or could this functionality be added?
The text was updated successfully, but these errors were encountered: