## Limitations
+For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-firewall/blob/master/metadata.json)
+
### SLES
The `socket` parameter is not supported on SLES. In this release it will cause
the stock RedHat kernel instead. Declaring either of these parameters on an
unsupported system will result in iptable rules failing to apply.
-### Debian 8 Support
-
-As Puppet Enterprise itself does not yet support Debian 8, use of this module with Puppet Enterprise under a Debian 8
-system should be regarded as experimental.
-
## Passing firewall parameter values as arrays with `firewall_multi` module
You might sometimes need to pass arrays, such as arrays of source or destination addresses, to some parameters in contexts where iptables itself does not allow arrays.