summaryrefslogtreecommitdiff
path: root/manifests/daemon/dns.pp
diff options
context:
space:
mode:
authorMicah <micah@riseup.net>2017-02-10 21:33:53 +0000
committerMicah <micah@riseup.net>2017-02-10 21:33:53 +0000
commit1034bf1e0328ab568e62588bb261cc63f21c5e18 (patch)
tree3eebbc164c10d140f16d201c522e731a5ff7cb4f /manifests/daemon/dns.pp
parent6e60d2c772be435fe375778523dec05239a43d0d (diff)
parent3205c24cfcbac7a20bd8b43166f88c00ebe3cdee (diff)
Merge branch 'support_concat_2.2.0' into 'master'
Support concat 2.2.0 See merge request !6
Diffstat (limited to 'manifests/daemon/dns.pp')
-rw-r--r--manifests/daemon/dns.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/daemon/dns.pp b/manifests/daemon/dns.pp
index 4677f24..e8d4fc8 100644
--- a/manifests/daemon/dns.pp
+++ b/manifests/daemon/dns.pp
@@ -7,9 +7,6 @@ define tor::daemon::dns(
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,
}