Skip to content

Commit

Permalink
Merge pull request #664 from ekohl/include-wsgi
Browse files Browse the repository at this point in the history
Include mod wsgi when wsgi_daemon_process is given
  • Loading branch information
hunner committed Mar 11, 2014
2 parents 463b3d8 + efffa85 commit 9b8fdf6
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 9b8fdf6

Please sign in to comment.