syntax fix
[mirror/dsa-puppet.git] / modules / roles / templates / apache-ftp.debian.org.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <VirtualHost <%= vhost_listen %>>
7         ServerAdmin webmaster@debian.org
8         DocumentRoot /srv/ftp.debian.org/ftp.root
9         ServerName ftp.debian.org
10         <% if scope.function_onion_global_service_hostname(['ftp.debian.org']) -%>
11         ServerAlias <%= scope.function_onion_global_service_hostname(['ftp.debian.org']) %>
12         <% end %>
13
14         ErrorLog /var/log/apache2/ftp.debian.org-error.log
15         CustomLog /var/log/apache2/ftp.debian.org-access.log privacy
16
17         Use ftp-archive /srv/ftp.debian.org/ftp.root/debian
18 </VirtualHost>
19
20 # vim:set syn=apache: