CETS - clustered ETS replication

@arcusfelis works perfectly :tada:

Could you please fix the following:

$ echo "node1@localhost\nnode2@localhost\nnode3@localhost" > /tmp/nodes.txt

with

$ printf "node1@localhost\nnode2@localhost\nnode3@localhost" > /tmp/nodes.txt

Many thanks.