[Mageia-sysadm] [199] - fix syntax error in the template ( TODO add a check in pre-commit )

root at mageia.org root at mageia.org
Mon Nov 8 01:47:09 CET 2010


Revision: 199
Author:   misc
Date:     2010-11-08 01:47:08 +0100 (Mon, 08 Nov 2010)
Log Message:
-----------
- fix syntax error in the template ( TODO add a check in pre-commit )

Modified Paths:
--------------
    puppet/modules/apache/templates/vhost_catalyst_app.conf

Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
===================================================================
--- puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-08 00:44:13 UTC (rev 198)
+++ puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-08 00:47:08 UTC (rev 199)
@@ -17,7 +17,7 @@
         DocumentRoot  /dev/null
 <% if location then %>
         Alias /static <%= location %>/root/static
-<% endif %>
+<% end %>
         Alias / <%= script %>/
         FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101108/43d83843/attachment.html>


More information about the Mageia-sysadm mailing list