]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/apache2/manifests/ftp-upcoming_mirror.pp
(www) Add redirections for some old Refresh hacks
[dsa-puppet.git] / modules / apache2 / manifests / ftp-upcoming_mirror.pp
1 class apache2::ftp-upcoming_mirror {
2     include apache2
3     file {
4         "/etc/apache2/sites-available/ftp-upcoming.debian.org":
5             source  => [ "puppet:///modules/apache2/per-host/$fqdn/etc/apache2/sites-available/ftp-upcoming.debian.org",
6                          "puppet:///modules/apache2/common/etc/apache2/sites-available/ftp-upcoming.debian.org" ];
7
8     }
9
10     activate_apache_site {
11         "010-ftp-upcoming.debian.org": site => "ftp-upcoming.debian.org";
12     }
13
14 }
15
16 # vim:set et:
17 # vim:set sts=4 ts=4:
18 # vim:set shiftwidth=4: