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
The package repository for 10.11 gets added, but the mariadb_server_install resource attempts to install the packages and fails on the following error: Chef::Exceptions::Package: No candidate version available for mariadb-client-10.11
🥞 Cookbook version
mariadb cookbook version 5.2.4
👩🍳 Chef-Infra Version
16.13.16
🎩 Platform details
ubuntu-20.04 within test kitchen using the kitchen-vagrant driver.
Steps To Reproduce
Steps to reproduce the behavior:
mariadb_repository 'MariaDB 10.11 Repository' do
version '10.11'
end
mariadb_server_install 'MariaDB Server install' do
version '10.11'
setup_repo true
password db_pass
install_sleep 4
action :install
end
🚓 Expected behavior
I expect the MariaDB 10.11 packages to be found and able to be installed
➕ Additional context
There is a warning thrown when running apt update after the 10.11 repo is added which looks like this:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://mariadb.mirrors.ovh.net/MariaDB/repo/10.11/ubuntu focal InRelease' doesn't support architecture 'i386'
The text was updated successfully, but these errors were encountered:
👻 Brief Description
The package repository for 10.11 gets added, but the mariadb_server_install resource attempts to install the packages and fails on the following error:
Chef::Exceptions::Package: No candidate version available for mariadb-client-10.11
🥞 Cookbook version
mariadb cookbook version 5.2.4
👩🍳 Chef-Infra Version
16.13.16
🎩 Platform details
ubuntu-20.04 within test kitchen using the kitchen-vagrant driver.
Steps To Reproduce
Steps to reproduce the behavior:
🚓 Expected behavior
I expect the MariaDB 10.11 packages to be found and able to be installed
➕ Additional context
There is a warning thrown when running
apt update
after the 10.11 repo is added which looks like this:The text was updated successfully, but these errors were encountered: