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