Skip to content

Commit

Permalink
Include mod wsgi when wsgi_daemon_process is given
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Mar 4, 2014
1 parent 58682fa commit efffa85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit efffa85

Please sign in to comment.