aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-06 17:50:16 +0000
committerMichael Scherer <misc@mageia.org>2010-11-06 17:50:16 +0000
commit4ba494653a962f2cdbe48d3859356ef4ba48997e (patch)
tree1b449a5b8363d78b7237bd1783f71428f0d19c39 /modules/apache
parent8751ab870047dadcbc48a5e21708274e2600399e (diff)
downloadpuppet-4ba494653a962f2cdbe48d3859356ef4ba48997e.tar
puppet-4ba494653a962f2cdbe48d3859356ef4ba48997e.tar.gz
puppet-4ba494653a962f2cdbe48d3859356ef4ba48997e.tar.bz2
puppet-4ba494653a962f2cdbe48d3859356ef4ba48997e.tar.xz
puppet-4ba494653a962f2cdbe48d3859356ef4ba48997e.zip
- use name instead of the vhost variable
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 c4832652..254801aa 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -1,5 +1,5 @@
<VirtualHost *:80>
- ServerName <%= vhost %>
+ ServerName <%= name %>
# Serve static content directly
DocumentRoot /dev/null