]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(doc) Fix small typos in the README (MODULES-11)
authorLuke Hollins <lwh@zer0.net>
Mon, 2 Jun 2014 15:10:35 +0000 (11:10 -0400)
committerLuke Hollins <lwh@zer0.net>
Mon, 2 Jun 2014 15:10:35 +0000 (11:10 -0400)
For https://tickets.puppetlabs.com/browse/MODULES-11

Double "the" fixed and undo a typo fix that reverted this commit:
https://github.com/puppetlabs/puppetlabs-firewall/commit/13457a4ade45f4a46d64ceb4da9d2b9582c39fcd

README.markdown

index 24705149e78ece5d1feb57cc669987a169338836..52ab46da540966fdf4d75002b694b2f1f844417a 100644 (file)
@@ -92,7 +92,7 @@ The `pre` class should be located in `my_fw/manifests/pre.pp` and should contain
       }->
       firewall { '002 accept related established rules':
         proto   => 'all',
-        state => ['RELATED', 'ESTABLISHED'],
+        ctstate => ['RELATED', 'ESTABLISHED'],
         action  => 'accept',
       }
     }
@@ -163,7 +163,7 @@ With the latest version, we now have in-built persistence, so this is no longer
     class { ['my_fw::pre', 'my_fw::post']: }
     class { 'firewall': }
 
-Consult the the documentation below for more details around the classes `my_fw::pre` and `my_fw::post`.
+Consult the documentation below for more details around the classes `my_fw::pre` and `my_fw::post`.
 
 ##Usage