mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
# TODO: перенести флаги в gpp
|
|
qemu:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- app-emulation/qemu:
|
|
"[{% if salt['grains.get']('virtual_subtype', '') == 'Xen Dom0' %}xen,{% endif -%}
|
|
numa,nfs,xfs,rbd]"
|