Blob Blame History Raw
diff -Nur heartbeat-2.0.3.orig/cts/CM_LinuxHAv2.py.in heartbeat-2.0.3/cts/CM_LinuxHAv2.py.in
--- heartbeat-2.0.3.orig/cts/CM_LinuxHAv2.py.in	2006-02-08 22:58:57.000000000 +0100
+++ heartbeat-2.0.3/cts/CM_LinuxHAv2.py.in	2006-03-01 20:09:19.000000000 +0100
@@ -325,7 +325,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...'''