1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
##
## UltraPossum Server Site Default Configuration for New Installation
##
## The following settings are used only when each configuration doesn't
## exist. It means that if the configuration exists when
## update-ultrapossum is invoked then these settings will be completely
## ignored.
##
## You can use this configuration for making initial configurations
## for each site automatically in its system installation time. If
## your system has another automatic configuration system
## (ex. debconf on Debian), you should use it rather than this.
##
###
### OpenLDAP Default Configuration
###
##
## slapd.conf default configuration
##
#NOT IMPLMENTED YET#
###
### HeartBeat Default Configuration
###
##
## ha.cf default configuration
##
#logfile="/var/log/ha-log"
#logfacility="local0"
#keepalive="2"
#deadtime="10"
#initdead="120"
#hopfudge="1"
#serial="/dev/ttyS0"
#baud="19200"
#udpport="694"
#udp="eth0"
#mcast="eth0 225.0.0.1 694 1 1"
#ucast="eth0 192.168.1.1"
#watchdog="/dev/watchdog"
#nice_failback="off"
#auto_failback="on"
##
## authkeys default configuration
##
#key="sha1 $CREDENTIALS"
|