summaryrefslogtreecommitdiff
path: root/puppet/modules/tor/manifests/daemon/exit_policy.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tor/manifests/daemon/exit_policy.pp')
-rw-r--r--puppet/modules/tor/manifests/daemon/exit_policy.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/modules/tor/manifests/daemon/exit_policy.pp b/puppet/modules/tor/manifests/daemon/exit_policy.pp
index f459ece7..df0fb999 100644
--- a/puppet/modules/tor/manifests/daemon/exit_policy.pp
+++ b/puppet/modules/tor/manifests/daemon/exit_policy.pp
@@ -8,9 +8,6 @@ define tor::daemon::exit_policy(
concat::fragment { "07.exit_policy.${name}":
ensure => $ensure,
content => template('tor/torrc.exit_policy.erb'),
- owner => 'debian-tor',
- group => 'debian-tor',
- mode => '0644',
order => 07,
target => $tor::daemon::config_file,
}