Displaying 1 result from an estimated 1 matches for "memeber2".
Did you mean:
memebers
2013 Jan 09
0
concat and ordering
...or the balancermember
order => "20-${listening_service}-${name}" // listening_service is == name
above and $name == the name of the member
on the surface this seems correct to generate a file with a parent child
relationship
listener1
member1
member2
listener2
member1
memeber2
From speaking with other folks who use the module this does seem to work!
When I use it though, the members appear where ever the hell they want to
in the file.
I believe this is because concat is using the ASCII value of the string,
and that ASCII value could be different, especially
if you...