diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:13:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:13:33 -0200 |
commit | 59040148cccdb53f71ae99b36a2442c5970d45ac (patch) | |
tree | da08512051d7027fb6eb33d6842d19d2f78bb8ec /manifests/subsystems/firewall.pp | |
parent | 616d2575015a57407cd0a930b8cd16b0b29aecb6 (diff) | |
download | puppet-nodo-59040148cccdb53f71ae99b36a2442c5970d45ac.tar.gz puppet-nodo-59040148cccdb53f71ae99b36a2442c5970d45ac.tar.bz2 |
Changing ssl_ratelimit variable
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-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 6d31461..293b827 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -118,7 +118,7 @@ class firewall { destination => '$FW', proto => '-', destinationport => '-', - ratelimit => hiera("firewall_ssl_ratelimit", '-'), + ratelimit => hiera("nodo::firewall::ssl_ratelimit", '-'), order => 103, } |