]> git.openstreetmap.org Git - chef.git/commitdiff
Use python3 for wsgi on dev
authorTom Hughes <tom@compton.nu>
Thu, 9 Jul 2020 17:51:03 +0000 (18:51 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 9 Jul 2020 17:51:18 +0000 (18:51 +0100)
cookbooks/dev/recipes/default.rb

index 879e546b706ef25c3cb6784a245ea9341e6b7ebb..d881e8eb33eb106e089d6521241da261bf0012b9 100644 (file)
@@ -86,7 +86,10 @@ apache_module "proxy_fcgi"
 apache_module "rewrite"
 apache_module "suexec"
 apache_module "userdir"
-apache_module "wsgi"
+
+apache_module "wsgi" do
+  package "libapache2-mod-wsgi-py3"
+end
 
 package "apache2-suexec-pristine"