Merge pull request #1097 from rallytime/fix-1090

Fix installing salt-cloud package on Arch Linux
This commit is contained in:
Nicole Thomas 2017-06-12 09:57:11 -06:00 committed by GitHub
commit 9f92fbe5e6

View file

@ -4522,7 +4522,7 @@ install_arch_linux_stable_deps() {
pacman -Su --noconfirm --needed python2-yaml
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
pacman -Su --noconfirm --needed apache-libcloud || return 1
pacman -Su --noconfirm --needed python2-apache-libcloud || return 1
fi
if [ "${_EXTRA_PACKAGES}" != "" ]; then