From 3a28eeb1a145137f4370c43859875b6e900161ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 17:20:48 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/CompletePhysica?= =?UTF-8?q?lFedora.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/CompletePhysicalFedora.sls | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/linux/CompletePhysicalFedora.sls b/linux/CompletePhysicalFedora.sls index d0cc3ea..d8f48de 100644 --- a/linux/CompletePhysicalFedora.sls +++ b/linux/CompletePhysicalFedora.sls @@ -1,6 +1,6 @@ {% if grains['os'] == 'Fedora' %} {% if grains['virtual'] == 'Physical' %} - Installation de KeepassX: + Installation des packages qui vont bien: pkg.managed: - pkgs: - keepassx @@ -18,5 +18,15 @@ - p7zip-gui - screen - calibre + + Suppression des packages inutiles: + pg.purged: + - pkgs: + - qemu-common + - qemu-kvm + - qemu-img + - libvirt-daemon-driver-qemu + - ipxe-roms-qemu + - qemu-guest-agent {% endif %} {% endif %} \ No newline at end of file