mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
a09e1b6335
commit
f86832911e
1 changed files with 1 additions and 3 deletions
|
@ -89,9 +89,7 @@ def __virtual__():
|
|||
'''
|
||||
Confirm this module is on a Debian based system
|
||||
'''
|
||||
if __grains__.get('os_family', False) == 'Kali':
|
||||
return __virtualname__
|
||||
elif __grains__.get('os_family', False) == 'Debian':
|
||||
if __grains__.get('os_family') in ('Kali', 'Debian', 'LinuxMint'):
|
||||
return __virtualname__
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue