I'm using this zone definition: ``` firewalld::zone { 'public': services => ['dhcpv6-client', 'ssh', 'lms', 'nfs', 'plex'], } ``` When firewalld reloads, I get this error in /var/log/messages: ``` Feb 18 19:33:29 lms firewalld: 2015-02-18 19:33:29 ERROR: Failed to load zone file '/etc/firewalld/zones/public.xml': INVALID_TARGET ``` This is the contents of /etc/firewalld/zones/public.xml: ``` <?xml version='1.0' encoding='UTF-8'?> <zone target=''> <short> </short> <description> </description> <service name='dhcpv6-client'/> <service name='ssh'/> <service name='lms'/> <service name='nfs'/> <service name='plex'/> </zone> ```
I'm using this zone definition:
When firewalld reloads, I get this error in /var/log/messages:
This is the contents of /etc/firewalld/zones/public.xml: