salt-common/sls/qemu/init.sls

8 lines
230 B
Plaintext
Raw Normal View History

2019-06-25 12:57:01 +00:00
# TODO: перенести флаги в gpp
qemu:
pkg.installed:
- pkgs:
- app-emulation/qemu:
"[{% if salt['grains.get']('virtual_subtype', '') == 'Xen Dom0' %}xen,{% endif -%}
numa,nfs,xfs,rbd]"