Skip to content

Commit

Permalink
Merge pull request #2618 from joshcooper/rhel9_intel
Browse files Browse the repository at this point in the history
(maint) Allow optional Beta for RHEL9 Intel
  • Loading branch information
mhashizume authored Sep 28, 2023
2 parents 606257f + fe47239 commit 81045e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/lib/facter/acceptance/base_fact_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def el_expected_facts(agent)
os_distro_release_full = /#{os_version}\.\d+/
else
os_name = 'RedHat'
os_distro_description = /Red Hat Enterprise Linux( Server)? release #{os_version}\.\d+ \(\w+\)/
os_distro_description = /Red Hat Enterprise Linux( Server)? release #{os_version}\.\d+( Beta)? \(\w+\)/
os_distro_id = /^RedHatEnterprise(Server)?$/
os_distro_release_full = /#{os_version}\.\d+/
end
Expand Down

0 comments on commit 81045e8

Please sign in to comment.