commit | ca5c4713869fb88c2e8753039f80f1f8bf1d8fef | [log] [tgz] |
---|---|---|
author | Vincent Untz <vuntz@suse.com> | Wed Nov 21 17:45:49 2012 +0100 |
committer | Vincent Untz <vuntz@suse.com> | Wed Nov 28 16:26:53 2012 +0100 |
tree | a614f81263d7d7135b7c1212df65e7da64230a95 | |
parent | 856a11e0e42c253b84b6074c620d54e620cd17c6 [diff] [blame] |
Add package names for openSUSE/SLE Change-Id: I487cc7b8bd228ff77c9881528e3395cbe3c43d4a
diff --git a/lib/horizon b/lib/horizon index af09f77..a378baf 100644 --- a/lib/horizon +++ b/lib/horizon
@@ -111,6 +111,8 @@ if [[ "$os_PACKAGE" = "deb" ]]; then # Install apache2, which is NOPRIME'd install_package apache2 libapache2-mod-wsgi + elif is_suse; then + install_package apache2 apache2-mod_wsgi else sudo rm -f /etc/httpd/conf.d/000-* install_package httpd mod_wsgi