Skip to content

Commit

Permalink
Merge 72853c9 into 00650ba
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Feb 27, 2023
2 parents 00650ba + 72853c9 commit 185fcae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,15 @@ Metrics/CyclomaticComplexity:
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 1659
Exclude:
- 'lib/beaker-hostgenerator/data.rb'

# Offense count: 4
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 1784
Exclude:
- 'lib/beaker-hostgenerator/data.rb'

# Offense count: 3
# Configuration parameters: AllowedMethods, AllowedPatterns.
Expand Down
9 changes: 9 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ def osinfo
}
end

# FreeBSD
(12..13).each do |release|
result["freebsd#{release}-64"] = {
:general => {
'platform' => "freebsd-#{release}-amd64",
},
}
end

result.merge!({
'aix53-POWER' => {
:general => {
Expand Down

0 comments on commit 185fcae

Please sign in to comment.