lib/poolparty/base_packages/heartbeat.rb in auser-poolparty-0.2.6 vs lib/poolparty/base_packages/heartbeat.rb in auser-poolparty-0.2.8
- old
+ new
@@ -12,11 +12,12 @@
has_exec(:name => "heartbeat-update-cib", :command => "/usr/sbin/cibadmin -R -x /etc/ha.d/cib.xml", :refreshonly => true)
# variables for the templates
has_variable({:name => "ha_nodenames", :value => list_of_node_names})
has_variable({:name => "ha_node_ips", :value => list_of_node_ips})
+ has_variable({:name => "ha_timeout", :value => (self.respond_to?(:timeout) ? timeout : "5s")})
has_variable({:name => "ha_port", :value => (self.respond_to?(:port) ? port : Base.port)})
-
+
# These can also be passed in via hash
has_remotefile(:name => "/etc/ha.d/ha.cf") do
mode 444
requires 'Package["heartbeat-2"]'
notify 'Service["heartbeat"]'
\ No newline at end of file