Drop roles::debian_mirror::listen_addr for mirror-accumu
[mirror/dsa-puppet.git] / modules / onion / manifests / init.pp
index a975dd5..c7b06c5 100644 (file)
@@ -26,7 +26,7 @@ class onion {
        }
        concat::fragment { 'onion::torrc_header':
                target  => "/etc/tor/torrc",
-               order   => 05,
-               content => "SocksPort 0\nLog notice syslog\n\n",
+               order   => '05',
+               content => template("onion/torrc-header.erb"),
        }
 }