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 08f0feb commit 9408177
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 @@ -62,7 +62,7 @@
proj.component 'rubygem-fast_gettext'
proj.component 'rubygem-ffi'

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

Expand Down

0 comments on commit 9408177

Please sign in to comment.