mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
grains: assign os_family Debian to Debian derivative TurnKey Linux
This commit is contained in:
parent
d89c489e23
commit
ed194c7f3c
1 changed files with 3 additions and 1 deletions
|
@ -1389,7 +1389,9 @@ _OS_FAMILY_MAP = {
|
|||
'KDE neon': 'Debian',
|
||||
'Void': 'Void',
|
||||
'IDMS': 'Debian',
|
||||
'AIX': 'AIX'
|
||||
'Funtoo': 'Gentoo',
|
||||
'AIX': 'AIX',
|
||||
'TurnKey': 'Debian',
|
||||
}
|
||||
|
||||
# Matches any possible format:
|
||||
|
|
Loading…
Add table
Reference in a new issue