From 01b8f3f073e540158c51a4a490f6cc65e85601c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 14 Feb 2019 10:35:02 +0100 Subject: [PATCH] repartition --- linux/Fedora/Physical.sls | 11 ++--------- linux/Fedora/Remove-KVM.sls | 9 +++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 linux/Fedora/Remove-KVM.sls diff --git a/linux/Fedora/Physical.sls b/linux/Fedora/Physical.sls index 630e867..01b5981 100644 --- a/linux/Fedora/Physical.sls +++ b/linux/Fedora/Physical.sls @@ -27,14 +27,7 @@ - gstreamer1-plugins-ugly - gstreamer1-plugins-good - Suppression des packages inutiles sur machine physique Fedora: - pkg.purged: - - pkgs: - - qemu-common - - qemu-kvm - - qemu-img - - libvirt-daemon-driver-qemu - - ipxe-roms-qemu - - qemu-guest-agent +include: + - linux/Fedora/Remove-KVM {% endif %} {% endif %} \ No newline at end of file diff --git a/linux/Fedora/Remove-KVM.sls b/linux/Fedora/Remove-KVM.sls new file mode 100644 index 0000000..798c1f6 --- /dev/null +++ b/linux/Fedora/Remove-KVM.sls @@ -0,0 +1,9 @@ +'Suppression des packages inutiles sur machine physique Fedora': + pkg.purged: + - pkgs: + - qemu-common + - qemu-kvm + - qemu-img + - libvirt-daemon-driver-qemu + - ipxe-roms-qemu + - qemu-guest-agent \ No newline at end of file