From efffa854f8ceed8c3b4094903df1619795eb5f95 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 4 Mar 2014 12:49:26 +0100 Subject: [PATCH] Include mod wsgi when wsgi_daemon_process is given --- manifests/vhost.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/vhost.pp b/manifests/vhost.pp index 5d61b267a..b6c75dc51 100644 --- a/manifests/vhost.pp +++ b/manifests/vhost.pp @@ -251,6 +251,10 @@ include ::apache::mod::vhost_alias } + if $wsgi_daemon_process { + include ::apache::mod::wsgi + } + # This ensures that the docroot exists # But enables it to be specified across multiple vhost resources if ! defined(File[$docroot]) {