From 565dcb1cecbfd9f03a07a1fb7f97fc8154597c77 Mon Sep 17 00:00:00 2001 From: Luke Hollins Date: Mon, 2 Jun 2014 11:10:35 -0400 Subject: [PATCH] (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 --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2