Skip to content

Commit

Permalink
Merge pull request #927 from nwops/aix
Browse files Browse the repository at this point in the history
Adds AIX support when creating a new module
  • Loading branch information
DavidS authored Feb 15, 2021
2 parents 7d927e1 + e5b74f8 commit 64eeb23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pdk/module/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ class Metadata
'operatingsystem' => 'windows',
'operatingsystemrelease' => %w[2019 10],
},
'AIX' => {
'operatingsystem' => 'AIX',
'operatingsystemrelease' => %w[6.1 7.1 7.2],
},
}.freeze

DEFAULT_OPERATING_SYSTEMS = [
Expand Down

0 comments on commit 64eeb23

Please sign in to comment.