Create /srv/static.debian.org on static mirrors and masters (not on sources)
[mirror/dsa-puppet.git] / modules / roles / manifests / dakmaster.pp
1 class roles::dakmaster {
2         apache2::config { 'puppet-builddlist':
3                 content => template('roles/dakmaster/conf-builddlist.erb'),
4         }
5
6 }