diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 23:39:49 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 23:39:49 +0200 |
commit | 7f40d1b15e84416bd56e8b6ffbc8e09cda859c87 (patch) | |
tree | dde999da789d81ce67657e25426661b028e5dd01 | |
parent | a11a41c94a8ebfa217f27141268e472858a91feb (diff) |
shorewall: reorder policy
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index 0806a862..a4d1231d 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -29,7 +29,7 @@ class site_shorewall::eip { sourcezone => 'eip', destinationzone => 'all', policy => 'ACCEPT', - order => 200; + order => 100; 'all-to-all': sourcezone => 'all', destinationzone => 'all', |