Ajout de test Fedora et suppression du package gstreamer1-plugin-openh264

This commit is contained in:
Iwan Clément
2018-05-09 14:51:02 +00:00
parent 40f51d8cb1
commit 1c788e91c3

View File

@@ -1,4 +1,5 @@
{% if grains['virtual'] == 'physical' %}
{% if grains['os'] == 'Fedora' %}
Installation des packages sur machine physique Fedora:
pkg.installed:
- pkgs:
@@ -21,7 +22,7 @@
- gcc
- make
- perl
- gstreamer1-plugin-openh264
# - gstreamer1-plugin-openh264
- gstreamer1-libav
- gstreamer1-plugins-ugly
- gstreamer1-plugins-good
@@ -35,5 +36,5 @@
- libvirt-daemon-driver-qemu
- ipxe-roms-qemu
- qemu-guest-agent
{% endif %}
{% endif %}