Re: [Puppet Users] Re: firewalld module configuration issue

2019-09-02 Thread Jean Berthold
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://

RE: [Puppet Users] Re: firewalld module configuration issue

2019-08-31 Thread Bart-Jan Vrielink
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

[Puppet Users] Re: firewalld module configuration issue

2019-08-30 Thread Jean Berthold
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

[Puppet Users] Re: firewalld module configuration issue

2019-08-29 Thread A Manzer
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