From 879c60ee83623ce0abd1d8ddd1071c9009ec3a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 19:38:07 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/PhysicalFedora.?= =?UTF-8?q?sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/PhysicalFedora.sls | 58 +++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/linux/PhysicalFedora.sls b/linux/PhysicalFedora.sls index a3efb55..db57663 100644 --- a/linux/PhysicalFedora.sls +++ b/linux/PhysicalFedora.sls @@ -1,32 +1,30 @@ -{% if grains['os'] == 'Fedora' %} - {% if grains['virtual'] == 'physical' %} - Installation des packages pour Fedora sur machine physique: - pkg.installed: - - pkgs: - - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm - - https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm - - gnucash - - blivet-gui - - xsane - - fuse-encfs - - calibre - - vlc - - xpra - - xpra-html5 - - x264 - - x264-libs - - dnf-automatic - - nextcloud-client - - remmina +{% if grains['virtual'] == 'physical' %} + Installation des packages pour Fedora sur machine physique: + pkg.installed: + - pkgs: + - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm + - https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm + - gnucash + - blivet-gui + - xsane + - fuse-encfs + - calibre + - vlc + - xpra + - xpra-html5 + - x264 + - x264-libs + - dnf-automatic + - nextcloud-client + - remmina - Suppression des packages inutiles sur machine physique: - pkg.purged: - - pkgs: - - qemu-common - - qemu-kvm - - qemu-img - - libvirt-daemon-driver-qemu - - ipxe-roms-qemu - - qemu-guest-agent - {% endif %} + Suppression des packages inutiles sur machine physique: + pkg.purged: + - pkgs: + - qemu-common + - qemu-kvm + - qemu-img + - libvirt-daemon-driver-qemu + - ipxe-roms-qemu + - qemu-guest-agent {% endif %} \ No newline at end of file