diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-06 17:50:16 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-06 17:50:16 +0000 |
commit | 4ba494653a962f2cdbe48d3859356ef4ba48997e (patch) | |
tree | 1b449a5b8363d78b7237bd1783f71428f0d19c39 /modules/apache/templates | |
parent | 8751ab870047dadcbc48a5e21708274e2600399e (diff) | |
download | puppet-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/templates')
-rw-r--r-- | modules/apache/templates/vhost_catalyst_app.conf | 2 |
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 |