Skip to content

Commit

Permalink
Add minitar gem on AIX
Browse files Browse the repository at this point in the history
The puppet module install command assumes tar is GNUtar, which doesn't
work on AIX. Install minitar on AIX like we do for Windows and Solaris.
  • Loading branch information
joshcooper committed Jun 18, 2024
1 parent 967911b commit 5444118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/projects/_shared-agent-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
proj.component 'rubygem-gettext'
proj.component 'rubygem-fast_gettext'

if platform.is_windows? || platform.is_solaris?
if platform.is_windows? || platform.is_solaris? || platform.is_aix?
proj.component 'rubygem-minitar'
proj.component 'rubygem-ffi'
end
Expand Down

0 comments on commit 5444118

Please sign in to comment.