mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add missing os flavors
This commit is contained in:
parent
2c3ee6af8b
commit
331cd4d1ef
1 changed files with 9 additions and 1 deletions
|
@ -62,7 +62,15 @@ def __virtual__():
|
|||
" grains.",
|
||||
)
|
||||
|
||||
enabled = ("amazon", "xcp", "xenserver", "virtuozzolinux")
|
||||
enabled = (
|
||||
"amazon",
|
||||
"xcp",
|
||||
"xenserver",
|
||||
"virtuozzolinux",
|
||||
"virtuozzo",
|
||||
"issabel pbx",
|
||||
"openeuler",
|
||||
)
|
||||
|
||||
if os_family in ["redhat", "suse"] or os_grain in enabled:
|
||||
return __virtualname__
|
||||
|
|
Loading…
Add table
Reference in a new issue