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.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/daemon/dns.pp b/manifests/daemon/dns.pp
index e8d4fc8..599abd8 100644
--- a/manifests/daemon/dns.pp
+++ b/manifests/daemon/dns.pp
@@ -1,11 +1,8 @@
# DNS definition
define tor::daemon::dns(
- $port = 0,
- $listen_addresses = [],
- $ensure = present ) {
+ $port = 0 ) {
concat::fragment { "08.dns.${name}":
- ensure => $ensure,
content => template('tor/torrc.dns.erb'),
order => '08',
target => $tor::daemon::config_file,