From: Mark McKinstry Date: Thu, 7 Apr 2016 01:18:02 +0000 (-0400) Subject: align text properly X-Git-Tag: 1.8.2~39^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c98caee719c86177fe0a0e155fdada542881eb95;p=puppet-modules%2Fpuppetlabs-firewall.git align text properly --- diff --git a/README.markdown b/README.markdown index dd0e76e..338ecae 100644 --- a/README.markdown +++ b/README.markdown @@ -653,7 +653,7 @@ firewall { '999 this runs last': * `provider`: The specific backend to use for this firewall resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform. Available providers are ip6tables and iptables. See the [Providers](#providers) section above for details about these providers. - * `random`: When using a `jump` value of 'MASQUERADE', 'DNAT', 'REDIRECT', or 'SNAT', this boolean will enable randomized port mapping. Valid values are true or false. Requires the `dnat` feature. +* `random`: When using a `jump` value of 'MASQUERADE', 'DNAT', 'REDIRECT', or 'SNAT', this boolean will enable randomized port mapping. Valid values are true or false. Requires the `dnat` feature. * `rdest`: If boolean 'true', adds the destination IP address to the list. Valid values are true or false. Requires the `recent_limiting` feature and the `recent` parameter.