Sha256: f2cecd2fd9243f276c70d0c1c8875c4a00206d2484c031cda33fbe75206a06c3
Contents?: true
Size: 548 Bytes
Versions: 16
Compression:
Stored size: 548 Bytes
Contents
# Heartbeat keepalive 5 # Time inbetween heartbeats deadtime 32 # wait 10 seconds before declaring dead warntime 16 # issue a warning halfway through initdead 60 # Don't boot instances between 60 seconds of each other logfacility daemon # Log to syslog as facility "daemon" auto_failback on use_logd yes crm yes <% ha_node_ips.chomp.split(/\t/).each_with_index do |ip,index| -%> <% if hostname != ha_nodenames.chomp.split(/\t/)[index] -%> ucast eth0 <%= ip %> <% end -%> <% end -%> node <%= ha_nodenames.chomp.split(/\t/).join(" ") %>
Version data entries
16 entries across 16 versions & 2 rubygems