Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 5 Feb 2011 13:25:48 +0000 (14:25 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 5 Feb 2011 13:25:48 +0000 (14:25 +0100)
* 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet:
  we no longer need --factsync
  only try to install cqparrayd in lenny
  make path explicit for new puppet
  more fallout from change to boolean
  two more
  this is now a boolean
  now bad path
  we seem to have missed a file
  third stab at plugins-in-modules style
  second stab at plugins-in-modules style
  first stab at plugins-in-modules style
  last few uses
  Always use a boolean

modules/buildd/files/dupload.conf

index d263ebb..c477ca4 100644 (file)
@@ -14,6 +14,7 @@ $cfg{'anonymous-ftp-master'} = {
         # files pass on to dinstall on ftp-master which sends emails itself
         dinstall_runs => 1,
 };
+$cfg{'ftp-master'} = $cfg{'anonymous-ftp-master'};
 
 # see http://www.debian.org/devel/debian-volatile/ for more information
 $cfg{'volatile'} = {
@@ -52,6 +53,7 @@ $cfg{'anonymous-security'} = {
         dinstall_runs => 1,
         passive => 1,
 };
+$cfg{'security'} = $cfg{'anonymous-security'};
 
 $cfg{'debian-edu'} = {
         fqdn => "ftp.skolelinux.org",
@@ -66,6 +68,7 @@ $cfg{'bpo'} = {
         dinstall_runs => 1,
         passive => 1,
 };
+$cfg{'backports'} = $cfg{'bpo'};
 
 # Don't remove the following line.  Perl needs it.
 1;