diff -Nur heartbeat-2.0.4.orig/cts/CM_LinuxHAv2.py.in heartbeat-2.0.4/cts/CM_LinuxHAv2.py.in --- heartbeat-2.0.4.orig/cts/CM_LinuxHAv2.py.in 2006-02-27 10:19:42.000000000 +0100 +++ heartbeat-2.0.4/cts/CM_LinuxHAv2.py.in 2006-03-27 19:49:36.000000000 +0200 @@ -155,7 +155,7 @@ "root@" + (self["CIBfile"]%node)): raise ValueError("Can not scp file to %s "%node) - self.rsh.remote_python_call(node, "os", "system", "chown @HA_CCMUID@ @HA_VARLIBDIR@/heartbeat/crm/cib.xml") + self.rsh.remote_python_call(node, "os", "system", "chown @HA_CCMUSER@ @HA_VARLIBDIR@/heartbeat/crm/cib.xml") def prepare(self): '''Finish the Initialization process. Prepare to test...'''