This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Description
When using hiera, the zone.xml files become corrupt,
eg, "" is displayed in the XML zone file. which causes the zone to fail to load.
As when its left as Undef in puppet when there is no parameter match, undef is still a value, blank but a value.
In the file zoneprovider.rb I have included "next if source.empty?" line for each type
Source, Interfaces, forward_ports, icmp and the like
Which is a quick workaround for me. But wondering if your intending on setting the module up for use with Hiera in the future ?