Skip to content

Commit

Permalink
adding a fix for failing aix
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Singh <[email protected]>
  • Loading branch information
i5pranay93 committed Jan 28, 2022
1 parent a9bb44f commit f8f3282
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 f8f3282

Please sign in to comment.