]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
fix variable
authormh <mh@immerda.ch>
Fri, 13 Jun 2014 18:21:37 +0000 (20:21 +0200)
committermh <mh@immerda.ch>
Fri, 13 Jun 2014 18:21:37 +0000 (20:21 +0200)
templates/torrc.global.erb

index fc8c11e56291b16f3ebf546b8b2b8e2f6fd5143c..f577673d064a54cfbb1e3112209e67642361f1cd 100644 (file)
@@ -12,8 +12,8 @@ Log notice syslog
 Log <%= log_rule %>
 <%    end -%>
 <%  end -%>
-<%- if safe_logging != 1 then -%>
-SafeLogging <%= safe_logging %>
+<%- if @safe_logging != 1 then -%>
+SafeLogging <%= @safe_logging %>
 <%-   end -%>
 
 <%  if (v=scope.lookupvar('tor::daemon::automap_hosts_on_resolve')) != '0' -%>