reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
1 class roles::contributors {
2         ssl::service { 'contributors.debian.org':
3                 notify  => Exec['service apache2 reload'],
4         }
5 }