move the onion address lookup for people.d.o to the template
[mirror/dsa-puppet.git] / modules / roles / manifests / people.pp
index 0ab4969..2e3211b 100644 (file)
@@ -20,7 +20,6 @@ class roles::people (
     default => enclose_ipv6($listen_addr),
   }
   $vhost_listen = $_enclosed_addresses.map |$a| { "${a}:443" } . join(' ')
-  $onion_hn = onion_tor_service_hostname('people.debian.org')
   apache2::site { 'people.debian.org':
     site => 'people.debian.org.conf',
     content => template('roles/apache-people.debian.org.conf.erb'),