]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(MODULES-7627) - Update README Limitations section
authorEimhin Laverty <eimhin.laverty@puppet.com>
Thu, 9 Aug 2018 10:03:22 +0000 (11:03 +0100)
committerEimhin Laverty <eimhin.laverty@puppet.com>
Thu, 9 Aug 2018 10:03:22 +0000 (11:03 +0100)
README.markdown

index da45fb354038c359a5bf5e213cfd23878442847b..cc0dff3717761d446bd53f62c6359ba27783a48c 100644 (file)
@@ -931,6 +931,8 @@ Retrieves the version of iptables-persistent from your OS. This is a Debian/Ubun
 
 ## 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
@@ -944,11 +946,6 @@ when the "Unbreakable" kernel is used. These may function correctly when using
 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.