diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-10 16:50:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-10 16:50:56 -0200 |
commit | 9df7b3074a33f1c4fd56260b63131926952d11c9 (patch) | |
tree | 2d9a15b06ae3f78c4fd59da46803936cdb47028b | |
parent | 7d40f000abf43f9f18f3dcdef434a1acc6c75063 (diff) | |
download | puppet-nodo-9df7b3074a33f1c4fd56260b63131926952d11c9.tar.gz puppet-nodo-9df7b3074a33f1c4fd56260b63131926952d11c9.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/subsystems/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 1760f7b..6328812 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -116,7 +116,7 @@ class firewall { destination => '$FW', proto => '-', destinationport => '-', - ratelimit => '$firewall_ssl_ratelimit', + ratelimit => "$firewall_ssl_ratelimit", order => '103', } |