mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fix for opensuse15 if no lsb_release pkg
This commit is contained in:
parent
71af9303e9
commit
befd25d429
1 changed files with 5 additions and 1 deletions
|
@ -1089,10 +1089,14 @@ __gather_linux_system_info() {
|
|||
n="Debian"
|
||||
v=$(__derive_debian_numeric_version "$v")
|
||||
;;
|
||||
sles|opensuse )
|
||||
sles )
|
||||
n="SUSE"
|
||||
v="${rv}"
|
||||
;;
|
||||
opensuse-leap )
|
||||
n="opensuse"
|
||||
v="${rv}"
|
||||
;;
|
||||
* )
|
||||
n=${nn}
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue