Skip to content

Commit

Permalink
Merge pull request #207 from chef/i5pranay93/aix_fix
Browse files Browse the repository at this point in the history
adding a fix for failing aix
  • Loading branch information
vkarve-chef authored Jan 28, 2022
2 parents a9bb44f + f8f3282 commit fe6076d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/chef_apply/action/install_chef/minimum_chef_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class MinimumChefVersion
13 => Gem::Version.new("13.10.4"),
14 => Gem::Version.new("14.1.1"),
},
aix: {
13 => Gem::Version.new("13.10.4"),
14 => Gem::Version.new("14.1.1"),
},

}.freeze

def self.check!(target, check_only)
Expand Down

0 comments on commit fe6076d

Please sign in to comment.