upload hosts towards ftp-master need read access to the bm dak replica
[mirror/dsa-puppet.git] / modules / roles / manifests / dakmaster.pp
1 # This class is included by all the *master services
2 # that run dak, like ftp-master and security-master.
3 class roles::dakmaster {
4   apache2::config { 'puppet-builddlist':
5     content => template('roles/dakmaster/conf-builddlist.erb'),
6   }
7 }