diff --git a/softwares/rpmfusion.sls b/softwares/rpmfusion.sls index 0c86be5..a4e6fa9 100644 --- a/softwares/rpmfusion.sls +++ b/softwares/rpmfusion.sls @@ -7,7 +7,7 @@ {% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER + '.noarch.rpm' %} Installons les repos RPM Fusion : pkg.installed: - - pkgs: - - "{{URLFREE}}" - - "{{URLNONFREE}}" + - sources: + - rpmfusion-free-release: "{{URLFREE}}" + - rpmfusion-nonfree-release: "{{URLNONFREE}}" {% endif %} \ No newline at end of file