mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-09 22:31:53 +00:00
Need to install gawk on OpenSUSE Tumblewee
This commit is contained in:
parent
61709aac2b
commit
32bd7f0cf6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue