fix variable
[mirror/dsa-puppet.git] / modules / onion / templates / torrc-header.erb
index 356431c..2978f62 100644 (file)
@@ -1,7 +1,7 @@
 SocksPort 0
 Log notice syslog
 
-<%- if has_variable?("tor_ge_0.2.9") && tor_ge_0.2.9 == "true" -%>
+<%- if has_variable?("tor_ge_0_2_9") && tor_ge_0_2_9 == "true" -%>
 HiddenServiceSingleHopMode 1
 HiddenServiceNonAnonymousMode 1
 <%- end -%>