Skip to content

Commit

Permalink
FIXUP: RHEL-9/Azure: remove RHUI pkgs from the package set (COMPOSER-…
Browse files Browse the repository at this point in the history
…2310)

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza committed Aug 13, 2024
1 parent 52000d2 commit 477e69d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/distro/rhel/rhel9/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ func azurePackageSet(t *rhel.ImageType) rpmmd.PackageSet {
}

// Azure SAP image package set
// Includes the common azure package set, the common SAP packages, and
// the azure rhui sap package.
// Includes the common azure package set, the common SAP packages
func azureSapPackageSet(t *rhel.ImageType) rpmmd.PackageSet {
return azureCommonPackageSet(t).Append(SapPackageSet(t))
}
Expand Down

0 comments on commit 477e69d

Please sign in to comment.