ha-sync.conf.ex
changeset 1 b36b9eee9c41
parent 0 4bc43250587a
child 30 70e5ecce4769
--- a/ha-sync.conf.ex	Fri Nov 17 10:15:27 2006 +0000
+++ b/ha-sync.conf.ex	Fri Nov 17 21:32:29 2006 +0000
@@ -1,10 +1,15 @@
 # shell snipped
 
-echo "*** Needs to be configured in /etc/ha-sync/ha-sync.conf" >&2
-exit 1
+# Where are the maintained files:
+DIR=/boot/ha-config
 
+# The two nodes to be maintained:
+# NODE_A=host-a
+# NODE_B=host-b
 NODE_A=
 NODE_B=
 
-FILESYSTEMS="/ /boot"
-DIR=/boot/ha-config
+# Which filesystems to syncronize:
+# FILESYSTEMS="/ /boot"
+FILESYSTEMS=
+