Open jcpunk opened 2 years ago
firewalld_zone { 'restricted': ensure => present, target => '%%REJECT%%', purge_rich_rules => true, purge_services => true, purge_ports => true, sources => ['example.host.com', 'other.host.com'], }
Firewalld rejects the hostname based source
The module would restrict the sources to Array[Stdlib::IP::Address]
Array[Stdlib::IP::Address]
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Firewalld rejects the hostname based source
What behaviour did you expect instead
The module would restrict the sources to
Array[Stdlib::IP::Address]
Output log
Any additional information you'd like to impart