8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
{% if grains['os'] == 'Fedora' %}
|
|
{% set FEDORAVER=grains['osmajorrelease'] %}
|
|
Installons les repos RPM Fusio :
|
|
pkg.installed:
|
|
- pkgs:
|
|
- "https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{FEDORAVER}}.noarch.rpm"
|
|
- "https://download1.rpmfusion.org/free/fedora/rpmfusion-nonfree-release-{{FEDORAVER}}.noarch.rpm"
|
|
{% endif %} |