common.suse: manage qemu-guest-agent
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Ensure qemu-guest-agent is active on all KVM guests. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
b6b7ff1e33
commit
8e1436d4af
@ -46,6 +46,15 @@ common_packages_install:
|
|||||||
- names:
|
- names:
|
||||||
- fish
|
- fish
|
||||||
- system-group-wheel
|
- system-group-wheel
|
||||||
|
{%- if grains['virtual'] == 'kvm' %}
|
||||||
|
- qemu-guest-agent
|
||||||
|
|
||||||
|
qemu-guest-agent:
|
||||||
|
service.running:
|
||||||
|
- enable: True
|
||||||
|
- require:
|
||||||
|
- pkg: qemu-guest-agent
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
common_packages_remove:
|
common_packages_remove:
|
||||||
pkg.removed:
|
pkg.removed:
|
||||||
|
Loading…
Reference in New Issue
Block a user