Git Product home page Git Product logo

Comments (3)

jovandeginste avatar jovandeginste commented on September 27, 2024

It seems to work with this (I use hiera and interface-classes, so there may be errors in my refactoring here):

firewalld::custom_services { 'keepalived':
    ensure => 'present',
    description => 'Protocol for vrrp/keepalived',
    port => {'protocol' => 'vrrp'},
}

firewalld_rich_rule {'keepalived':
    ensure => 'present',
    zone => 'public',
    dest => '224.0.0.18',
    action => 'accept',
    service => 'keepalived',
}

from puppet-firewalld.

crayfishx avatar crayfishx commented on September 27, 2024

I think what you are trying to do is declare the 'protocol' element

firewalld_rich_rule { 'Accept VRRP traffic':
        ensure  => present,
        zone    => 'public',
        protocol => 'vrrp',
        action  => 'accept',
}

This was not possible before due to protocol being missing from the elements part of the rich rule and has been fixed in #48

from puppet-firewalld.

crayfishx avatar crayfishx commented on September 27, 2024

Closing this now as released in 2.2.0 - please re-open if you still have the issue

from puppet-firewalld.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.