From: Silvio Rhatto Date: Wed, 11 Jul 2018 13:57:55 +0000 (-0300) Subject: Fix SafeLoggin config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=db5143c0d11e6640cf1628bbc488254f93655d79;p=puppet-tor.git Fix SafeLoggin config --- diff --git a/templates/torrc.global.erb b/templates/torrc.global.erb index f577673..992d9d2 100644 --- a/templates/torrc.global.erb +++ b/templates/torrc.global.erb @@ -12,7 +12,7 @@ Log notice syslog Log <%= log_rule %> <% end -%> <% end -%> -<%- if @safe_logging != 1 then -%> +<%- if (safe_logging=scope.lookupvar('tor::daemon::safe_logging')) != 1 then -%> SafeLogging <%= @safe_logging %> <%- end -%>