projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b3495
)
torrc header template
author
Peter Palfrader
<peter@palfrader.org>
Wed, 28 Dec 2016 10:35:45 +0000
(11:35 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 28 Dec 2016 10:35:45 +0000
(11:35 +0100)
modules/onion/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/onion/manifests/init.pp
b/modules/onion/manifests/init.pp
index
a975dd5
..
31543e9
100644
(file)
--- a/
modules/onion/manifests/init.pp
+++ b/
modules/onion/manifests/init.pp
@@
-27,6
+27,6
@@
class onion {
concat::fragment { 'onion::torrc_header':
target => "/etc/tor/torrc",
order => 05,
- content =>
"SocksPort 0\nLog notice syslog\n\n"
,
+ content =>
template("onion/torrc-header.erb")
,
}
}