From b90dd21bd4c11b820bbc61b570c400885d16458d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 28 Dec 2016 11:35:45 +0100 Subject: [PATCH] torrc header template --- modules/onion/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), } } -- 2.20.1