Set script's group to 0 if script owner is root
When files on a puppetmaster are owned by a non-root user,
concatfragments.sh gets installed on the nodes with a group
owner matching the one of the master.
This has no security implications since the file is mode 755,
but does lead to possible ping-pong situations when switching
between environments where the files on the master have
different group ownership.
Use '0' instead of 'root', since the root user's main group
isn't always 'root' on some BSDs, but always '0'.