Merge pull request 'common-suse: add qemu-guest-agent + remove AutoYaST' (#23) from common-suse into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Reviewed-on: #23
This commit is contained in:
commit
1b0965943f
@ -41,8 +41,29 @@ ca-certificates-syscid:
|
|||||||
- require:
|
- require:
|
||||||
- pkgrepo: libertacasa_rpm_repository
|
- pkgrepo: libertacasa_rpm_repository
|
||||||
|
|
||||||
common_packages:
|
common_packages_install:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- 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:
|
||||||
|
pkg.removed:
|
||||||
|
- pkgs:
|
||||||
|
{#- we only use AutoYaST for the OS deployment #}
|
||||||
|
- autoyast2
|
||||||
|
- autoyast2-installation
|
||||||
|
- libX11-data
|
||||||
|
- yast2-add-on
|
||||||
|
- yast2-services-manager
|
||||||
|
- yast2-slp
|
||||||
|
- yast2-trans-stats
|
||||||
|
Loading…
Reference in New Issue
Block a user