summaryrefslogtreecommitdiff
path: root/manifests/daemon/dns.pp
diff options
context:
space:
mode:
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'),