Skip to content

Commit

Permalink
Merge pull request #744 from frh-td/amazon-linux-2023
Browse files Browse the repository at this point in the history
Add support for Amazon Linux 2023
  • Loading branch information
mizzy authored Aug 16, 2023
2 parents 984e572 + 7802a54 commit f7bbefa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/specinfra/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ module Command
require 'specinfra/command/amazon/v2022/service'
require 'specinfra/command/amazon/v2022/yumrepo'

# Amazon Linux V2023 (inherit Amazon Linux V2022)
require 'specinfra/command/amazon/v2023'

# AIX (inherit Base)
require 'specinfra/command/aix'
require 'specinfra/command/aix/base'
Expand Down
2 changes: 2 additions & 0 deletions lib/specinfra/command/amazon/v2023.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class Specinfra::Command::Amazon::V2023 < Specinfra::Command::Amazon::V2022
end

0 comments on commit f7bbefa

Please sign in to comment.