Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for garp_master_repeat and garp_interval #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

unki
Copy link

@unki unki commented Jan 27, 2021

This PR adds support for garp_master_repeat (keepalived::vrrp::instance) and garp_interval (global)

@@ -190,6 +194,7 @@
$advert_int = 1,
$garp_master_delay = 5,
$garp_master_refresh = undef,
$garp_master_repeat = undef,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a datatype for the new parameter

@@ -206,6 +211,7 @@
$use_vmac = false,
$vmac_xmit_base = true,
Boolean $native_ipv6 = false,

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was there a reason for this change? I think a puppet-lint plugin isn't happy about the new line here

@@ -79,6 +81,7 @@
Optional[Integer] $vrrp_garp_master_refresh = undef,
Optional[Integer] $vrrp_garp_lower_prio_delay = undef,
$snmp_socket = 'unix:/var/agentx/master',
$garp_interval = undef,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a datatype for the new parameter

@bastelfreak bastelfreak added the enhancement New feature or request label May 20, 2021
@bastelfreak
Copy link
Member

@unki thanks for this PR as well. can you please take a look at the inline comments I did and add some tests?

@bastelfreak
Copy link
Member

@unki ping :)

@vox-pupuli-tasks
Copy link

Dear @unki, thanks for the PR!

This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase?

You can find my sourcecode at voxpupuli/vox-pupuli-tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants