venv-salt-minion from home:vizhestkov:salt-bundle-testing project

Select Your Operating System

For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/CentOS_7/home:vizhestkov:salt-bundle-testing.repo
yum install venv-salt-minion
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vizhestkov:/salt-bundle-testing/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vizhestkov:salt-bundle-testing.list
curl -fsSL https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vizhestkov_salt-bundle-testing.gpg > /dev/null
sudo apt update
sudo apt install venv-salt-minion
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vizhestkov:/salt-bundle-testing/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vizhestkov:salt-bundle-testing.list
curl -fsSL https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vizhestkov_salt-bundle-testing.gpg > /dev/null
sudo apt update
sudo apt install venv-salt-minion
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vizhestkov:/salt-bundle-testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vizhestkov:salt-bundle-testing.list
curl -fsSL https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vizhestkov_salt-bundle-testing.gpg > /dev/null
sudo apt update
sudo apt install venv-salt-minion
For openSUSE Leap 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/openSUSE_Leap_15/home:vizhestkov:salt-bundle-testing.repo
zypper refresh
zypper install venv-salt-minion
For Ubuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vizhestkov:/salt-bundle-testing/Ubuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:vizhestkov:salt-bundle-testing.list
curl -fsSL https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/Ubuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vizhestkov_salt-bundle-testing.gpg > /dev/null
sudo apt update
sudo apt install venv-salt-minion
For Ubuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vizhestkov:/salt-bundle-testing/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:vizhestkov:salt-bundle-testing.list
curl -fsSL https://download.opensuse.org/repositories/home:vizhestkov:salt-bundle-testing/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vizhestkov_salt-bundle-testing.gpg > /dev/null
sudo apt update
sudo apt install venv-salt-minion