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