Add OpenSUSE to list of supported distros

get_os_name returns linux-opensuse on OpenSUSE, so add a line for linux-opensuse to __DEF_OS_LOCATIONS.

Signed-off-by: Michael Hohmuth <hohmuth@sax.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
altruizine 2016-11-03 16:11:37 +01:00 committed by Nicolas Sebrecht
parent 22641331c1
commit d88b8d52e7
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ __DEF_OS_LOCATIONS = {
'linux-fedora': '/etc/pki/tls/certs/ca-bundle.crt',
'linux-redhat': '/etc/pki/tls/certs/ca-bundle.crt',
'linux-suse': '/etc/ssl/ca-bundle.pem',
'linux-opensuse': '/etc/ssl/ca-bundle.pem',
}