From: Luke Hollins Date: Mon, 2 Jun 2014 15:10:35 +0000 (-0400) Subject: (doc) Fix small typos in the README (MODULES-11) X-Git-Tag: 1.3.0~1^2~34^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=565dcb1cecbfd9f03a07a1fb7f97fc8154597c77;p=puppet-modules%2Fpuppetlabs-firewall.git (doc) Fix small typos in the README (MODULES-11) 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 --- diff --git a/README.markdown b/README.markdown index 2470514..52ab46d 100644 --- a/README.markdown +++ b/README.markdown @@ -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