Try to make the manualroute on the mailrelays using a store/collect pattern
[mirror/dsa-puppet.git] / modules / roles / manifests / packages.pp
1 class roles::packages {
2   class { 'apache2':
3     rate_limit => true,
4   }
5
6   ssl::service { 'packages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
7 }