initial version of vmhost bundle

This commit is contained in:
Franzi 2020-02-29 12:30:06 +00:00
parent ecc7d98114
commit 3934414140
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 16 additions and 0 deletions

5
bundles/vmhost/items.py Normal file
View file

@ -0,0 +1,5 @@
pkg_apt = {
'qemu-kvm': {},
'libvirt-clients': {},
'libvirt-daemon-system': {},
}