indentation
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user