Hello Bart-Jan,
Exactly what I need, great thanks !
my mistake was to not look in the module code...
The syntax is given here:
[root@srv-eldpupet-02 type]# pwd
/etc/puppetlabs/code/environments/production/modules/firewalld/lib/puppet/
type
[root@srv-eldpupet-02 type]# cat firewalld_port.rb
requ
Hello,
I believe 'port' should be a hash that consist of 'port' and 'protocol'
parameters:
Example:
firewalld_port {'Open port 8080 in the public Zone':
ensure => 'present',
zone => 'public',
port => {
'port' => 8080,