summaryrefslogtreecommitdiff
path: root/manifests/daemon/control.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon/control.pp')
-rw-r--r--manifests/daemon/control.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/daemon/control.pp b/manifests/daemon/control.pp
index d19a1db..ee425f3 100644
--- a/manifests/daemon/control.pp
+++ b/manifests/daemon/control.pp
@@ -21,9 +21,6 @@ define tor::daemon::control(
concat::fragment { '04.control':
ensure => $ensure,
content => template('tor/torrc.control.erb'),
- owner => 'debian-tor',
- group => 'debian-tor',
- mode => '0600',
order => 04,
target => $tor::daemon::config_file,
}