From 88a56021c56263466c7ea0385cc3b48ce62fb86a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 24 Jan 2011 12:22:10 +0000 Subject: allow to set aliases for wsgi powered web application ( should be refactored, IMHO ) --- modules/apache/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index e21febcf..bcad0d24 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -157,7 +157,7 @@ class apache { } } - define vhost_wsgi($wsgi_path) { + define vhost_wsgi($wsgi_path, $aliases = false) { include apache::mod_wsgi file { "$name.conf": path => "/etc/httpd/conf/vhosts.d/$name.conf", -- cgit v1.2.1