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.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/daemon/control.pp b/manifests/daemon/control.pp
index d19a1db..4137c3e 100644
--- a/manifests/daemon/control.pp
+++ b/manifests/daemon/control.pp
@@ -19,11 +19,7 @@ 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,
}