Mettre à jour 'linux/PhysicalFedora.sls'

This commit is contained in:
Iwan Clément
2018-02-21 19:38:07 +00:00
parent 294bcfc450
commit 879c60ee83

View File

@@ -1,32 +1,30 @@
{% if grains['os'] == 'Fedora' %} {% if grains['virtual'] == 'physical' %}
{% if grains['virtual'] == 'physical' %} Installation des packages pour Fedora sur machine physique:
Installation des packages pour Fedora sur machine physique: pkg.installed:
pkg.installed: - pkgs:
- pkgs: - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
- 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
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm - gnucash
- gnucash - blivet-gui
- blivet-gui - xsane
- xsane - fuse-encfs
- fuse-encfs - calibre
- calibre - vlc
- vlc - xpra
- xpra - xpra-html5
- xpra-html5 - x264
- x264 - x264-libs
- x264-libs - dnf-automatic
- dnf-automatic - nextcloud-client
- nextcloud-client - remmina
- remmina
Suppression des packages inutiles sur machine physique: Suppression des packages inutiles sur machine physique:
pkg.purged: pkg.purged:
- pkgs: - pkgs:
- qemu-common - qemu-common
- qemu-kvm - qemu-kvm
- qemu-img - qemu-img
- libvirt-daemon-driver-qemu - libvirt-daemon-driver-qemu
- ipxe-roms-qemu - ipxe-roms-qemu
- qemu-guest-agent - qemu-guest-agent
{% endif %}
{% endif %} {% endif %}