buildd.conf: push more default values through puppet
[mirror/dsa-puppet.git] / modules / buildd / files / buildd.conf
1 $admin_mail = 'buildd-porters@localhost';
2 $nice_level = 0;
3 $log_queued_messages = 1;
4 $should_build_msgs = 0;
5 $statistics_mail = 'buildd-porters@localhost';
6 $wanna_build_db_user = undef;
7
8 $upload_queues = [
9         {
10                 dupload_local_queue_dir => "upload",
11                 dupload_archive_name => "rsync-ftp-master",
12         },
13         {
14                 dupload_local_queue_dir => "upload-security",
15                 dupload_archive_name => "security",
16         }
17 ];