Skip to content

Commit b42fa77

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

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)