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 carp protocol to :proto property #945

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

pellisesol
Copy link
Contributor

On Gentoo using 'vrrp' sets the proto to 112 but when puppet runs it interprets 112 as 'carp' which it then corrects to 'vrrp' which is still 112. So it redoes the rule every time puppet runs. Adding carp here allows carp to be set as a valid option which removes the loop.

On Gentoo using 'vrrp' sets the proto to 112 but when puppet runs it interprets 112 as 'carp' which it then corrects to 'vrrp' which is still 112. So it redoes the rule every time puppet runs. Adding carp here allows carp to be set as a valid option which removes the loop.
@pellisesol pellisesol requested a review from a team as a code owner October 2, 2020 17:06
@puppet-community-rangefinder
Copy link

firewall is a type

Breaking changes to this file WILL impact these 124 modules (exact match):
Breaking changes to this file MAY impact these 144 modules (near match):

This module is declared in 108 of 575 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@71a1773). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #945   +/-   ##
=========================================
  Coverage          ?   81.03%           
=========================================
  Files             ?       11           
  Lines             ?     1666           
  Branches          ?        0           
=========================================
  Hits              ?     1350           
  Misses            ?      316           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71a1773...706a9d4. Read the comment docs.

@adrianiurca adrianiurca merged commit 6e08f96 into puppetlabs:master Oct 5, 2020
@adrianiurca
Copy link
Contributor

Hi @pellisesol, thank you for your contribution!

@adrianiurca adrianiurca changed the title Update firewall.rb Add carp protocol to :proto property Oct 6, 2020
apevec pushed a commit to redhat-openstack/rdoinfo that referenced this pull request Sep 3, 2021
We had puppet-firewall pinned to commit 6e08f9678d8c4a80e96888a1a82b5fabd647efec,
associated to PR [1],  which is now missing from the repo. We know the
commit was post-2.5.0,so let's pin to the nearest released tag (2.6.0)
to minimize the risk of breaking any deployment.

[1] - puppetlabs/puppetlabs-firewall#945

Change-Id: I3f54850af56ec310237ecd3727020629b8a6d679
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants