Merge pull request #249 from nosolutions/master

use concatfragments.rb on AIX
This commit is contained in:
Hunter Haugen 2015-02-06 10:43:12 -08:00
commit fa5c1cfac3

View file

@ -31,8 +31,8 @@ class concat::setup {
# 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}"