upload hosts towards ftp-master need read access to the bm dak replica
[mirror/dsa-puppet.git] / modules / roles / manifests / queued_to_ftpmaster.pp
1 # ftp-master runs scripts that need access to the dak DB replica
2 #
3 # Hosts that run upload queues (ftp or ssh), for packages destined
4 # for ftp-master.
5 class roles::queued_to_ftpmaster {
6   include roles::postgresql::ftp_master_dak_replica::db_guest_access::bm
7 }