Trevor,
Thanks. I'm getting 'bad target Array' with:
define glusterfs::volume_create ( $brick_store, $nodes, $replicas='1',
$transport='tcp' ) {
.....
$n2 = regsubst ($nodes, '$', ":$brick_store") # Bad target array here.
notice ("bricks = $n2")
}
On entering the define, $nodes = ['gfs01.us1.xxx.com',
'gfs02.us1.xxx.com'] and $brick_store="/var/bricks"