From: Peter Palfrader Date: Wed, 28 Dec 2016 10:35:45 +0000 (+0100) Subject: torrc header template X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b90dd21bd4c11b820bbc61b570c400885d16458d;p=mirror%2Fdsa-puppet.git torrc header template --- diff --git a/modules/onion/manifests/init.pp b/modules/onion/manifests/init.pp index a975dd5de..31543e9fe 100644 --- 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"), } }