diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 19:29:18 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 19:29:18 -0200 | 
| commit | 5c16ded5b603f6360ca65b78c54a8c27927196ae (patch) | |
| tree | e440cc122ce9a7cc768dd8bc780f0df09ad2ac78 /manifests/subsystems/firewall.pp | |
| parent | 71b709d92dbcb3b8e05c4ead59a20a86dec76faa (diff) | |
| download | puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.gz puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.bz2 | |
Switching to hiera
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 130e638..6d31461 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -118,7 +118,7 @@ class firewall {      destination     => '$FW',      proto           => '-',      destinationport => '-', -    ratelimit       => extlookup("firewall_ssl_ratelimit", '-'), +    ratelimit       => hiera("firewall_ssl_ratelimit", '-'),      order           => 103,    } | 
