torrc header template
[mirror/dsa-puppet.git] / modules / onion / manifests / init.pp
index a975dd5..31543e9 100644 (file)
@@ -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"),
        }
 }