summaryrefslogtreecommitdiff
path: root/puppet/modules/tor/manifests/daemon/map_address.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-04-24 12:04:55 -0400
committerMicah Anderson <micah@riseup.net>2017-04-25 16:56:36 -0400
commit10d96b990af1d680e31c291a15c7b66a6522de89 (patch)
tree0a139bf866cd517f060e502ac29adf5c27f84225 /puppet/modules/tor/manifests/daemon/map_address.pp
parentf5d1850e7b3831b1ee6374627bb403aa3858a320 (diff)
git subrepo pull (merge) puppet/modules/tor
subrepo: subdir: "puppet/modules/tor" merged: "5ef29012" upstream: origin: "https://leap.se/git/puppet_tor" branch: "master" commit: "5ef29012" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2e78d5d"
Diffstat (limited to 'puppet/modules/tor/manifests/daemon/map_address.pp')
-rw-r--r--puppet/modules/tor/manifests/daemon/map_address.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/modules/tor/manifests/daemon/map_address.pp b/puppet/modules/tor/manifests/daemon/map_address.pp
index 270eac21..ac624a0a 100644
--- a/puppet/modules/tor/manifests/daemon/map_address.pp
+++ b/puppet/modules/tor/manifests/daemon/map_address.pp
@@ -7,9 +7,6 @@ define tor::daemon::map_address(
concat::fragment { "08.map_address.${name}":
ensure => $ensure,
content => template('tor/torrc.map_address.erb'),
- owner => 'debian-tor',
- group => 'debian-tor',
- mode => '0644',
order => '08',
target => $tor::daemon::config_file,
}