From 1c788e91c3ac929b7e76974f2edc2e42a6817f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 9 May 2018 14:51:02 +0000 Subject: [PATCH] Ajout de test Fedora et suppression du package gstreamer1-plugin-openh264 --- linux/Fedora/Physical.sls | 73 ++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/linux/Fedora/Physical.sls b/linux/Fedora/Physical.sls index 31e2daa..630e867 100644 --- a/linux/Fedora/Physical.sls +++ b/linux/Fedora/Physical.sls @@ -1,39 +1,40 @@ {% if grains['virtual'] == 'physical' %} - Installation des packages sur machine physique Fedora: - pkg.installed: - - pkgs: - - gnucash - - blivet-gui - - xsane - - fuse-encfs - - calibre - - vlc - - xpra - - xpra-html5 - - x264 - - x264-libs - - x265 - - x265-libs - - dnf-automatic - - nextcloud-client - - jitsi - - remmina - - gcc - - make - - perl - - gstreamer1-plugin-openh264 - - gstreamer1-libav - - 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 + {% if grains['os'] == 'Fedora' %} + Installation des packages sur machine physique Fedora: + pkg.installed: + - pkgs: + - gnucash + - blivet-gui + - xsane + - fuse-encfs + - calibre + - vlc + - xpra + - xpra-html5 + - x264 + - x264-libs + - x265 + - x265-libs + - dnf-automatic + - nextcloud-client + - jitsi + - remmina + - gcc + - make + - perl +# - gstreamer1-plugin-openh264 + - gstreamer1-libav + - 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 + {% endif %} {% endif %} \ No newline at end of file