set TLSA port to 0 in preparation of cert roll for buildd, contributors, ftp-master...
[mirror/dsa-puppet.git] / modules / roles / manifests / piuparts.pp
1 class roles::piuparts {
2         ssl::service { 'piuparts.debian.org':
3                 notify  => Exec['service apache2 reload'],
4                 key => true,
5         }
6 }