From 2aeee00a66a7391f7c4f0c437d00eeecb286fa8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 29 Dec 2018 17:53:50 +0100 Subject: [PATCH] indentation --- softwares/rpmfusion.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: