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 authored and ondrejbudai committed Feb 18, 2021
1 parent 7f4aaa8 commit 2131952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
1 change: 1 addition & 0 deletions test/data/ansible/check_ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
- name: failed count + 1
set_fact:
failed_counter: "{{ failed_counter | int + 1 }}"
when: ansible_facts['distribution'] != 'RedHat' and ansible_facts ['distribution_version'] != '8.4'

# case: check installed greenboot packages
# https://github.com/osbuild/osbuild-composer/blob/master/internal/distro/rhel8/distro.go#L634
Expand Down

0 comments on commit 2131952

Please sign in to comment.