contributors -> hiera role; explicitly include apache2
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
1 class roles::contributors {
2   include apache2
3   ssl::service { 'contributors.debian.org':
4     notify => Exec['service apache2 reload'],
5     key    => true,
6   }
7 }