Skip to content

Commit

Permalink
Update lib/vanagon/platform/dsl.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Spain <[email protected]>
  • Loading branch information
span786 and yachub authored Oct 25, 2023
1 parent 1e4ae48 commit 5f563cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vanagon/platform/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def platform(platform_name, override_name: false, &block)
@platform = case platform_name
when /^aix-/
Vanagon::Platform::RPM::AIX.new(@name)
when /^(cisco-wrlinux|el|fedora|redhat|redhatfips|amazon)-/
when /^(amazon|cisco-wrlinux|el|fedora|redhat|redhatfips)-/
Vanagon::Platform::RPM.new(@name)
when /^sles-/
Vanagon::Platform::RPM::SLES.new(@name)
Expand Down

0 comments on commit 5f563cc

Please sign in to comment.