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:
		
				
					committed by
					
						
						Nicolas Sebrecht
					
				
			
			
				
	
			
			
			
						parent
						
							22641331c1
						
					
				
				
					commit
					d88b8d52e7
				
			@@ -25,6 +25,7 @@ __DEF_OS_LOCATIONS = {
 | 
				
			|||||||
    'linux-fedora': '/etc/pki/tls/certs/ca-bundle.crt',
 | 
					    'linux-fedora': '/etc/pki/tls/certs/ca-bundle.crt',
 | 
				
			||||||
    'linux-redhat': '/etc/pki/tls/certs/ca-bundle.crt',
 | 
					    'linux-redhat': '/etc/pki/tls/certs/ca-bundle.crt',
 | 
				
			||||||
    'linux-suse': '/etc/ssl/ca-bundle.pem',
 | 
					    'linux-suse': '/etc/ssl/ca-bundle.pem',
 | 
				
			||||||
 | 
					    'linux-opensuse': '/etc/ssl/ca-bundle.pem',
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user