Updated from OpenStack Ansible Tests
Change-Id: I4dc44c94e692eec4adfec8f2edd92d0c6110ae69
This commit is contained in:
parent
82ddbf5697
commit
3a7cde39fd
@ -40,8 +40,7 @@ install_pkg_deps() {
|
||||
|
||||
case ${ID,,} in
|
||||
*suse*) pkg_mgr_cmd="zypper -n in" ;;
|
||||
centos|rhel) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;;
|
||||
fedora) pkg_mgr_cmd="dnf -y install" ;;
|
||||
centos|rhel|fedora) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;;
|
||||
ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;;
|
||||
*) echo "unsupported distribution: ${ID,,}"; exit 1 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user