Skip to content

Commit

Permalink
Add support for windowsfips 2016 x64
Browse files Browse the repository at this point in the history
  • Loading branch information
skyamgarp committed Nov 26, 2024
1 parent 76ffa07 commit 5a56b9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,16 @@ def osinfo
'locale' => 'fr',
},
},
'windowsfips2016-64' => {
general: {
'platform' => 'windows-2016-64',
'packaging_platform' => 'windowsfips-2016-x64',
'ruby_arch' => 'x64',
},
vmpooler: {
'template' => 'win-2016-fips-x86_64',
},
},
'windowsfips2016-6432' => {
general: {
'platform' => 'windows-2016-64',
Expand Down

0 comments on commit 5a56b9e

Please sign in to comment.