define CLUSTER test; define DEBIAN1 1; define DEBIAN2 2; cluster = @CLUSTER; node @DEBIAN1 admin conninfo = 'dbname=postgres host=debian1 user=slony'; node @DEBIAN2 admin conninfo = 'dbname=postgres host=debian2 user=slony';