static_mirror_web: replace the vhost_listen string with an Array of IP addresses
[mirror/dsa-puppet.git] / modules / roles / manifests / lists.pp
1 class roles::lists {
2   include apache2
3
4   ssl::service { 'lists.debian.org':
5     notify => Exec['service apache2 reload'],
6     key    => true,
7   }
8 }