indentation

This commit is contained in:
Iwan Clément
2018-12-29 17:53:50 +01:00
parent 3ed2deb6bf
commit 2aeee00a66

View File

@@ -1,10 +1,10 @@
# Installation des repository RPMFUSION # Installation des repository RPMFUSION
{% if grains['os'] == 'Fedora' %} {% if grains['os'] == 'Fedora' %}
{% set FEDORAVER=grains['osmajorrelease'] %} {% set FEDORAVER=grains['osmajorrelease'] %}
{% set URLROOT='https://download1.rpmfusion.org'%} {% set URLROOT='https://download1.rpmfusion.org'%}
{% set URLFREE=URLROOT + '/free/fedora/rpmfusion-free-release-' + FEDORAVER|string + '.noarch.rpm' %} {% 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 URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER|string + '.noarch.rpm' %}
Installons les repos RPM Fusion : Installons les repos RPM Fusion :
pkg.installed: pkg.installed:
- sources: - sources: