summaryrefslogtreecommitdiff
path: root/manifests/torrent.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 21:06:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 21:06:40 -0300
commit8c2babfd529b4c1e0d3844afc08b728a05f61caa (patch)
tree8f44d74d79fa2f0aa62f1987d0197cb1aaa706a7 /manifests/torrent.pp
parente06d326f0be9f69bf4fa3b695f898c1cb9c5b200 (diff)
downloadpuppet-firewall-8c2babfd529b4c1e0d3844afc08b728a05f61caa.tar.gz
puppet-firewall-8c2babfd529b4c1e0d3844afc08b728a05f61caa.tar.bz2
Hiera 5 migration
Diffstat (limited to 'manifests/torrent.pp')
-rw-r--r--manifests/torrent.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/torrent.pp b/manifests/torrent.pp
index e7eb02a..bc3a914 100644
--- a/manifests/torrent.pp
+++ b/manifests/torrent.pp
@@ -1,5 +1,5 @@
class firewall::torrent(
- $range = hiera('firewall::torrent::range', '6881:6999')
+ $range = lookup('firewall::torrent::range', undef, undef, '6881:6999')
) {
shorewall::rule { "torrent-tcp":
action => 'ACCEPT',