20d2d971ac00adfb3db29d628ee5440537f3593f
[mirror/dsa-puppet.git] / modules / roles / templates / static-mirroring / apache-conf-static-mirror-macros.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ##
4
5 <Macro DebianStaticMirrorVhostLine>
6 <% if hostname == "klecker" -%>
7   <VirtualHost 130.89.148.14:80 2001:610:1908:b000::148:14:80>
8 <% else -%>
9   <VirtualHost *:80>
10 <% end -%>
11 </Macro>