From: edmundcraske Date: Thu, 12 Sep 2013 13:48:53 +0000 (+0100) Subject: Fix pre/post errors X-Git-Tag: 0.5.0~31^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ef667e4ecb0629218a55ebcc77ffef4d3e79ed93;p=puppet-modules%2Fpuppetlabs-firewall.git Fix pre/post errors --- diff --git a/README.markdown b/README.markdown index 1c6de51..467e835 100644 --- a/README.markdown +++ b/README.markdown @@ -109,7 +109,7 @@ The `post` class should be located in `my_fw/manifests/post.pp` and include any } } -To put it all together: the `before` parameter in `Firewall {}` ensures `my_fw::post` is run before any other rules and the the `require` parameter ensures `my_fw::pre` is run after any other rules. So the run order is: +To put it all together: the `require` parameter in `Firewall {}` ensures `my_fw::pre` is run before any other rules and the `before` parameter ensures `my_fw::post` is run after any other rules. So the run order is: * run the rules in `my_fw::pre` * run your rules (defined in code)