I used this is a RHEL 7 PuppetServer without problem:
firewalld::custom_services:
  'pe-puppetserver':
    short: 'Puppet Enterprise Server'
    description: 'Puppet is a network tool for managing many disparate systems. 
Puppet Master is a server which Puppet Agents pull their configurations from.'
    port:
      - port: 4433
        protocol: 'tcp'
      - port: 5432
        protocol: 'tcp'
      - port: 8081
        protocol: 'tcp'
      - port: 8170
        protocol: 'tcp'
    module:
      - 'nf_conntrack_netbios_ns'
but on RHEL 8.5, it does this:
[1] 2022-03-11 18:00:30 DEBUG1: Traceback (most recent call last):
      File "/usr/lib/python3.6/site-packages/firewall/core/fwpolicy.py", line 
717, in get_helpers_for_service_modules
        helper = self.fw.helper.gethelper(module)
      File "/usr/lib/python3.6/site-packages/firewall/core/fwhelper.py", line 
56, in get_helper
        self.checkhelper(name)
      File "/usr/lib/python3.6/site-packages/firewall/core/fwhelper.py", line 
44, in check_helper
        raise FirewallError(errors.INVALIDHELPER, name)
    firewall.errors.FirewallError: INVALID_HELPER: netbios_ns

I filed an issue<https://github.com/voxpupuli/puppet-firewalld/issues/319> on 
GitHub.
Removing the module parameter fixed the problem, however, I realized that I 
just copied from the modules code samples.
What does this parameter do ?
If I need it, how do I use it in RHEL 8 ?
______________________________________________________________________________________________

Daniel E. White
[email protected]<mailto:[email protected]>
NASCOM Linux Engineer
NASA Goddard Space Flight Center
Science Applications International Corporation (SAIC)
Office: (301) 286-6919
Mobile: (240) 513-5290

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53991344-5ACB-4D6D-94C7-C82BE6997DF0%40nasa.gov.
  • [Puppet Users] Prob... 'White, Daniel E. (GSFC-770.0)[NICS]' via Puppet Users

Reply via email to