From ef667e4ecb0629218a55ebcc77ffef4d3e79ed93 Mon Sep 17 00:00:00 2001 From: edmundcraske Date: Thu, 12 Sep 2013 14:48:53 +0100 Subject: [PATCH] Fix pre/post errors --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2