mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	localhost_sso: Fix missing enabling of mod_wsgi.
This is apparently required on Ubuntu Xenial, at least.
This commit is contained in:
		@@ -7,7 +7,7 @@ class zulip::apache_sso {
 | 
			
		||||
  $apache_former_packages = [ "apache2", "libapache2-mod-wsgi", ]
 | 
			
		||||
  package { $apache_legacy_packages: ensure => "absent" }
 | 
			
		||||
 | 
			
		||||
  apache2mod { [ "headers", "proxy", "proxy_http", "rewrite", "ssl", ]:
 | 
			
		||||
  apache2mod { [ "headers", "proxy", "proxy_http", "rewrite", "ssl", "wsgi", ]:
 | 
			
		||||
    ensure  => present,
 | 
			
		||||
    require => Package['apache2'],
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user