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,7 +31,7 @@ class concat::setup {
# this goes smoothly, we should move towards completely eliminating the .sh
# version.
$script_name = $::osfamily? {
/(?i:(Windows|Solaris))/ => 'concatfragments.rb',
/(?i:(Windows|Solaris|AIX))/ => 'concatfragments.rb',
default => 'concatfragments.sh'
}