aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-30 19:21:50 +0000
committerMichael Scherer <misc@mageia.org>2010-11-30 19:21:50 +0000
commitf480c12fb3baf48702601e62542f93341e7bb5d0 (patch)
treec9941b575506bae9955dd522dc5efe352dc95966 /modules/apache
parent14c3def11a49c8c1407809d580ae046b5fa0c88f (diff)
downloadpuppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar
puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar.gz
puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar.bz2
puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar.xz
puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.zip
fix the template, this cause the epoll installation on alamut to not
have css :/
Diffstat (limited to 'modules/apache')
-rw-r--r--modules/apache/templates/vhost_catalyst_app.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf
index fcdd9ce1..ca0aca68 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -15,7 +15,7 @@ end
# Serve static content directly
DocumentRoot /dev/null
-<% if location then %>
+<% if location != '' then %>
Alias /static <%= location %>/root/static
<% end %>
Alias / <%= script %>/