]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Try this instead. II
authorPeter Palfrader <peter@palfrader.org>
Sun, 9 Dec 2012 11:59:41 +0000 (12:59 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 9 Dec 2012 11:59:41 +0000 (12:59 +0100)
modules/roles/templates/static-mirroring/apache-inc-static-mirror-vhost.erb

index 20d2d971ac00adfb3db29d628ee5440537f3593f..5c35f719d8489d8c70629b1ba3184c9580433833 100644 (file)
@@ -2,10 +2,8 @@
 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
 ##
 
-<Macro DebianStaticMirrorVhostLine>
 <% if hostname == "klecker" -%>
   <VirtualHost 130.89.148.14:80 2001:610:1908:b000::148:14:80>
 <% else -%>
   <VirtualHost *:80>
 <% end -%>
-</Macro>