summaryrefslogtreecommitdiff
path: root/manifests/daemon/dns.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:47:02 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:47:02 -0400
commitd5c17a1c842bbec4d0172895d715f5ce48fb7068 (patch)
tree76bfc187dc54851c293dd9bd395e8eb0559a4dcc /manifests/daemon/dns.pp
parent4b234d7eb2c42f1c8c8e872e64c619f08bdaa304 (diff)
*ListenAddress (OR, DNS, Trans, etc.) are deprecated since 0.2.3.x-alpha
Diffstat (limited to 'manifests/daemon/dns.pp')
-rw-r--r--manifests/daemon/dns.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/daemon/dns.pp b/manifests/daemon/dns.pp
index e2141c9..599abd8 100644
--- a/manifests/daemon/dns.pp
+++ b/manifests/daemon/dns.pp
@@ -1,7 +1,6 @@
# DNS definition
define tor::daemon::dns(
- $port = 0,
- $listen_addresses = [] ) {
+ $port = 0 ) {
concat::fragment { "08.dns.${name}":
content => template('tor/torrc.dns.erb'),