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 748519a commit 01292d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/distro/rhel84/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,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 @@ -870,7 +869,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 01292d5

Please sign in to comment.