summaryrefslogtreecommitdiff
path: root/manifests/daemon/socks.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/socks.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/socks.pp')
-rw-r--r--manifests/daemon/socks.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/daemon/socks.pp b/manifests/daemon/socks.pp
index 910461c..54c8b6a 100644
--- a/manifests/daemon/socks.pp
+++ b/manifests/daemon/socks.pp
@@ -6,9 +6,6 @@ define tor::daemon::socks(
concat::fragment { '02.socks':
content => template('tor/torrc.socks.erb'),
- owner => 'debian-tor',
- group => 'debian-tor',
- mode => '0644',
order => 02,
target => $tor::daemon::config_file,
}