diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 16:30:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 16:30:48 -0200 |
commit | ce749e3d650ec7bd9733cccdd3263bb4d97450eb (patch) | |
tree | dbff941b7deae583470706e109ed4a538d1eb9f4 /manifests | |
parent | 2b78f5586fab7e8002a9b7b3ce6db35e83d50754 (diff) | |
download | puppet-shorewall-ce749e3d650ec7bd9733cccdd3263bb4d97450eb.tar.gz puppet-shorewall-ce749e3d650ec7bd9733cccdd3263bb4d97450eb.tar.bz2 |
Default order fo shorewall::rule and shorewall::policy (fix)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/policy.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/policy.pp b/manifests/policy.pp index 48dfe6e..0f7726b 100644 --- a/manifests/policy.pp +++ b/manifests/policy.pp @@ -3,7 +3,7 @@ define shorewall::policy( $destinationzone, $policy, $shloglevel = '-', $limitburst = '-', - $order = '100', + $order = '100' ){ shorewall::entry{"policy-${order}-${name}": line => "# ${name}\n${sourcezone} ${destinationzone} ${policy} ${shloglevel} ${limitburst}", |