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

Version Path
auser-poolparty-0.2.77 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.78 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.79 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.80 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.81 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.84 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.85 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.88 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.89 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.90 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.91 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.92 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.93 lib/poolparty/templates/ha.cf
auser-poolparty-0.2.94 lib/poolparty/templates/ha.cf
auser-poolparty-1.0.0 lib/poolparty/templates/ha.cf
poolparty-0.2.84 lib/poolparty/templates/ha.cf