From 32bd7f0cf6d97aaa0161d7049a372400c5442ed8 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Wed, 6 Sep 2023 09:33:46 -0700 Subject: [PATCH] Need to install gawk on OpenSUSE Tumblewee --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 4b0937c..d466da6 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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