From: tphoney Date: Mon, 4 Sep 2017 14:48:05 +0000 (+0100) Subject: remove whitespace at the EOL X-Git-Tag: 1.10.0~15^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c5d5c9efa6a097cc2fb1aa3ba8037b58e0172a07;p=puppet-modules%2Fpuppetlabs-firewall.git remove whitespace at the EOL --- diff --git a/README.markdown b/README.markdown index e6260b4..ccf7b9a 100644 --- a/README.markdown +++ b/README.markdown @@ -58,7 +58,7 @@ This approach employs a whitelist setup, so you can define what rules you want a The code in this section does the following: -* The 'require' parameter in `firewall {}` ensures `my_fw::pre` is run before any other rules. +* The 'require' parameter in `firewall {}` ensures `my_fw::pre` is run before any other rules. * In the `my_fw::post` class declaration, the 'before' parameter ensures `my_fw::post` is run after any other rules. Therefore, the run order is: