upload hosts towards ftp-master need read access to the bm dak replica
[mirror/dsa-puppet.git] / modules / roles / manifests / api_ftp_master.pp
1 class roles::api_ftp_master {
2   include apache2
3   ssl::service { 'api.ftp-master.debian.org':
4     notify => Exec['service apache2 reload'],
5     key    => true,
6   }
7
8   # is api_ftp_master the right role to put this in?
9   include roles::udd::db_guest_access
10 }