mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Backport arch and centos fixes into deploy bootstrap
This commit is contained in:
parent
48a5597847
commit
b49e7b120d
@ -2577,6 +2577,7 @@ install_centos_stable_deps() {
|
||||
__install_epel_repository || return 1
|
||||
|
||||
if [ "$_ENABLE_EXTERNAL_ZMQ_REPOS" -eq $BS_TRUE ]; then
|
||||
yum -y install python-hashlib || return 1
|
||||
__install_saltstack_copr_zeromq_repository || return 1
|
||||
fi
|
||||
|
||||
@ -3369,6 +3370,8 @@ install_amazon_linux_ami_testing_post() {
|
||||
#
|
||||
install_arch_linux_stable_deps() {
|
||||
|
||||
pacman-db-upgrade
|
||||
|
||||
if [ ! -f /etc/pacman.d/gnupg ]; then
|
||||
pacman-key --init && pacman-key --populate archlinux || return 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user