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.pp8
1 files changed, 1 insertions, 7 deletions
diff --git a/manifests/daemon/dns.pp b/manifests/daemon/dns.pp
index 4677f24..599abd8 100644
--- a/manifests/daemon/dns.pp
+++ b/manifests/daemon/dns.pp
@@ -1,15 +1,9 @@
# 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'),
- owner => 'debian-tor',
- group => 'debian-tor',
- mode => '0644',
order => '08',
target => $tor::daemon::config_file,
}