Need to install gawk on OpenSUSE Tumblewee

This commit is contained in:
Gareth J. Greenaway 2023-09-06 09:33:46 -07:00
parent 61709aac2b
commit 32bd7f0cf6
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -7847,7 +7847,7 @@ install_opensuse_stable_deps() {
# YAML module is used for generating custom master/minion configs
# requests is still used by many salt modules
# Salt needs python-zypp installed in order to use the zypper module
__PACKAGES="python-PyYAML python-requests python-zypp"
__PACKAGES="python-PyYAML python-requests python-zypp gawk"
# shellcheck disable=SC2086
__zypper_install ${__PACKAGES} || return 1