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
890c146d7d
commit
6a2ebd9003
@ -46,6 +46,15 @@ common_packages_install:
|
||||
- names:
|
||||
- fish
|
||||
- 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:
|
||||
pkg.removed:
|
||||
|
Loading…
Reference in New Issue
Block a user