voxpupuli / puppet-keepalived

Puppet Module to manage Keepalived
https://forge.puppet.com/puppet/keepalived
Apache License 2.0
49 stars 151 forks source link

Add `terminate_delay` and `fork_delay` parameters to `keepalived::vrrp::track_process` #295

Closed trefzer closed 1 year ago

trefzer commented 1 year ago

These seem to be available from keepalived 2.0.16 onwards. Which also changes purpose of the delay parameter to be the default for both.

smortex commented 1 year ago

REFERENCE.md is outdated

Please update REFERENCE.md with

$ bundle exec rake strings:generate:reference

Add it to the PR and CI should continue.