Handle uwsgi install for openSUSE
Add packages for openSUSE distribution for installation of uwsgi.
Change-Id: I2ce8959460a79b6472bd9dd59edd7d94eccbacf5
diff --git a/lib/apache b/lib/apache
index a31188b..41c2e3d 100644
--- a/lib/apache
+++ b/lib/apache
@@ -109,6 +109,10 @@
# Thus there is nothing else to do after this install
install_package uwsgi \
uwsgi-plugin-python3
+ elif [[ $os_VENDOR =~ openSUSE ]]; then
+ install_package uwsgi \
+ uwsgi-python3 \
+ apache2-mod_uwsgi
else
# Centos actually has the module in epel, but there was a big
# push to disable epel by default. As such, compile from source