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

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

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

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