27;tcp',
> },
> }
> }
>
> The documentation for this module is confusing on this point, but in the
> source code I see that it only accept hashes, like shown in the
> 'parameters' part of the documentation for firewalld_port (
> https://
wn in the 'parameters' part of
the documentation for firewalld_port
(https://forge.puppet.com/crayfishx/firewalld#parameters-6)
-----Original message-----
From: Jean BertholdĀ
Sent: Friday 30th August 2019 20:05
To: Puppet Users
Subject: [Puppet Users] Re: firewalld module conf
Hello A Manzer and thank you for your suggesion,
I tried to remove the quotes but no more success...
root@srv-eldpupet-02 manifests]# cat site.pp
node 'centos7-dev01.xxx.local' { # Applies only to mentioned node; if
nothing mentioned, applies to all.
include snmp
include firewalld
include 'add_u
Don't worry too much about the "Failed Dependency"; that's a red-herring in
this case. It's not saying that you missed some configuration, it's saying
that firewalld::reload class failed because something it was dependent on
(the port) failed.
Looks like the fix should be easy: your code has t