Switch piuparts.d.o SSL cert to letsencrypt
[mirror/dsa-puppet.git] / modules / roles / manifests / piuparts.pp
1 class roles::piuparts {
2         ssl::service { 'piuparts.debian.org':
3                 notify => Service['apache2'],
4                 key => true,
5         }
6 }