]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
align text properly
authorMark McKinstry <mmckinst@umich.edu>
Thu, 7 Apr 2016 01:18:02 +0000 (21:18 -0400)
committerMark McKinstry <mmckinst@umich.edu>
Thu, 7 Apr 2016 01:18:02 +0000 (21:18 -0400)
README.markdown

index dd0e76e3c300c4617187f11f2cfbb9eb127c8969..338ecae08ce7be12ef91ed2d2b36a91df342ee0f 100644 (file)
@@ -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.