Ajout de test Fedora et suppression du package gstreamer1-plugin-openh264
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user