Skip to content

Commit

Permalink
internal/distro/rhel8: un-exclude subman from edge
Browse files Browse the repository at this point in the history
We aim at shrinking our deps eventually but we need subman for the time
being. This patch basically un-exclude subman which was introduced by
#893

Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom committed Feb 17, 2021
1 parent a85511c commit dedeac1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions internal/distro/rhel8/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,6 @@ func New() distro.Distro {
"iwl2000-firmware", "iwl2030-firmware", "iwl3160-firmware", "iwl5000-firmware",
"iwl5150-firmware", "iwl6000-firmware", "iwl6050-firmware", "iwl7260-firmware",
},
excludedPackages: []string{
"subscription-manager",
},
enabledServices: []string{
"NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service",
"greenboot-grub2-set-counter", "greenboot-grub2-set-success", "greenboot-healthcheck",
Expand Down Expand Up @@ -727,9 +724,6 @@ func New() distro.Distro {
"grub2-efi-aa64", "efibootmgr", "shim-aa64",
"iwl7260-firmware",
},
excludedPackages: []string{
"subscription-manager",
},
enabledServices: []string{
"NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service",
"greenboot-grub2-set-counter", "greenboot-grub2-set-success", "greenboot-healthcheck",
Expand Down
2 changes: 0 additions & 2 deletions internal/distro/rhel84/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ func newDistro(isCentos bool) distro.Distro {
},
excludedPackages: []string{
"rng-tools",
"subscription-manager",
},
enabledServices: []string{
"NetworkManager.service", "firewalld.service", "sshd.service",
Expand Down Expand Up @@ -872,7 +871,6 @@ func newDistro(isCentos bool) distro.Distro {
},
excludedPackages: []string{
"rng-tools",
"subscription-manager",
},
enabledServices: []string{
"NetworkManager.service", "firewalld.service", "sshd.service",
Expand Down

0 comments on commit dedeac1

Please sign in to comment.