aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/manifests')
-rw-r--r--modules/apache/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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",