Skip to content

Commit 809769d

Browse files
chore(module): fix install packages via dnf and yum
Signed-off-by: Nikita Korolev <[email protected]>
1 parent b3d8865 commit 809769d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nodegroupconfiguration-selinux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
4747
# Install a package
4848
function install_package() {
49-
bb-yum-install "$1"
49+
bb-dnf-install "$1"
5050
}
5151
5252
if is_selinux_enabled; then

0 commit comments

Comments
 (0)