Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
===================================================================
--- puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-30 19:21:49 UTC (rev 489)
+++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-30 19:21:50 UTC (rev 490)
@@ -15,7 +15,7 @@
# Serve static content directly
DocumentRoot /dev/null
-<% if location then %>
+<% if location != '' then %>
Alias /static <%= location %>/root/static
<% end %>
Alias / <%= script %>/