mirror of https://github.com/zulip/zulip.git
Splitting SSL out didn't fix the dependency problems.
(imported from commit 14515ea1abecb6212842a4a5cba90eb705f65755)
This commit is contained in:
parent
e6f196f372
commit
85ead77956
|
@ -116,12 +116,7 @@ class humbug_apache_base {
|
|||
$apache_packages = [ "apache2", "libapache2-mod-wsgi", ]
|
||||
package { $web_packages: ensure => "installed" }
|
||||
|
||||
apache2mod { [ "headers", "proxy", "proxy_http", "rewrite", "auth_digest", ]:
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
# Intentionally seperate in the hopes that this fixes dumb dependency problems
|
||||
apache2mod { "ssl":
|
||||
apache2mod { [ "headers", "proxy", "proxy_http", "rewrite", "auth_digest", "ssl" ]:
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue