Skip to content

Commit

Permalink
Merge pull request redhat-openstack#249 from nosolutions/master
Browse files Browse the repository at this point in the history
use concatfragments.rb on AIX
  • Loading branch information
hunner committed Feb 6, 2015
2 parents 9036086 + 4fc1dfc commit fa5c1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# this goes smoothly, we should move towards completely eliminating the .sh
# version.
$script_name = $::osfamily? {
/(?i:(Windows|Solaris))/ => 'concatfragments.rb',
default => 'concatfragments.sh'
/(?i:(Windows|Solaris|AIX))/ => 'concatfragments.rb',
default => 'concatfragments.sh'
}

$script_path = "${concatdir}/bin/${script_name}"
Expand Down

0 comments on commit fa5c1cf

Please sign in to comment.