mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added Manajro Linux to virtual.
List extended with ManajaroLinux in order su load pacman module. Fixes #31788.
This commit is contained in:
parent
ba5bf62c1a
commit
1b052d0a66
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def __virtual__():
|
|||
'''
|
||||
Set the virtual pkg module if the os is Arch
|
||||
'''
|
||||
if __grains__['os'] in ('Arch', 'Arch ARM'):
|
||||
if __grains__['os'] in ('Arch', 'Arch ARM', 'ManjaroLinux'):
|
||||
return __virtualname__
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue