* '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
# 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'} = {
dinstall_runs => 1,
passive => 1,
};
+$cfg{'security'} = $cfg{'anonymous-security'};
$cfg{'debian-edu'} = {
fqdn => "ftp.skolelinux.org",
dinstall_runs => 1,
passive => 1,
};
+$cfg{'backports'} = $cfg{'bpo'};
# Don't remove the following line. Perl needs it.
1;