diff --git a/softwares/rpmfusion.sls b/softwares/rpmfusion.sls index 90a570c..1880111 100644 --- a/softwares/rpmfusion.sls +++ b/softwares/rpmfusion.sls @@ -1,10 +1,10 @@ # Installation des repository RPMFUSION {% if grains['os'] == 'Fedora' %} -{% set FEDORAVER=grains['osmajorrelease'] %} -{% set URLROOT='https://download1.rpmfusion.org'%} -{% set URLFREE=URLROOT + '/free/fedora/rpmfusion-free-release-' + FEDORAVER|string + '.noarch.rpm' %} -{% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER|string + '.noarch.rpm' %} + {% set FEDORAVER=grains['osmajorrelease'] %} + {% set URLROOT='https://download1.rpmfusion.org'%} + {% set URLFREE=URLROOT + '/free/fedora/rpmfusion-free-release-' + FEDORAVER|string + '.noarch.rpm' %} + {% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER|string + '.noarch.rpm' %} Installons les repos RPM Fusion : pkg.installed: - sources: