Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / l10n.pp
1 class roles::l10n {
2   include apache2
3   ssl::service { 'l10n.debian.org': notify  => Exec['service apache2 reload'], key => true, }
4 }